67 #ifndef __vtkMNITagPointReader_h
68 #define __vtkMNITagPointReader_h
89 vtkSetStringMacro(FileName);
90 vtkGetStringMacro(FileName);
106 virtual int CanReadFile(
const char*
name);
112 virtual int GetNumberOfVolumes();
143 virtual const char *GetComments();
156 vtkstd::string::iterator &pos);
157 int ReadLineAfterComments(istream &infile,
vtkstd::string &linetext,
158 vtkstd::string::iterator &pos);
160 vtkstd::string::iterator &pos,
int nl);
162 vtkstd::string::iterator &pos,
165 vtkstd::string::iterator &pos,
168 vtkstd::string::iterator &pos,
169 int *values,
int count);
171 vtkstd::string::iterator &pos,
172 double *values,
int count);
virtual vtkPoints * GetPoints()
virtual const char * GetDescriptiveName()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
A reader for MNI tag files.
a vtkAbstractArray subclass for strings
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of int
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual const char * GetFileExtensions()
represent and manipulate 3D points