Go to the documentation of this file.
67 #ifndef vtkMNITagPointReader_h
68 #define vtkMNITagPointReader_h
157 std::string::iterator &pos);
159 std::string::iterator &pos);
161 std::string::iterator &pos,
int nl);
163 std::string::iterator &pos,
166 std::string::iterator &pos,
169 std::string::iterator &pos,
172 std::string::iterator &pos,
represent and manipulate 3D points
GLsizei GLsizei GLenum GLenum const GLvoid * data
virtual const char * GetFileExtensions()
int ReadLine(istream &infile, std::string &linetext, std::string::iterator &pos)
GLuint GLuint GLsizei count
int SkipWhitespace(istream &infile, std::string &linetext, std::string::iterator &pos, int nl)
int ParseStringValue(istream &infile, std::string &linetext, std::string::iterator &pos, std::string &data)
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
static vtkMNITagPointReader * New()
virtual int ReadFile(vtkPolyData *output1, vtkPolyData *output2)
GLuint const GLchar * name
virtual vtkIntArray * GetPatientIds()
GLboolean GLenum GLenum GLvoid * values
virtual vtkDoubleArray * GetWeights()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
int ParseFloatValues(istream &infile, std::string &linetext, std::string::iterator &pos, double *values, int count)
a simple class to control print indentation
virtual int CanReadFile(const char *name)
#define vtkSetStringMacro(name)
dynamic, self-adjusting array of int
virtual const char * GetDescriptiveName()
virtual vtkPoints * GetPoints()
vtkGetStringMacro(ExtensionsString)
virtual vtkStringArray * GetLabelText()
virtual vtkPoints * GetPoints(int port)
virtual vtkIntArray * GetStructureIds()
A reader for MNI tag files.
concrete dataset represents vertices, lines, polygons, and triangle strips
int ParseLeftHandSide(istream &infile, std::string &linetext, std::string::iterator &pos, std::string &identifier)
virtual int GetNumberOfVolumes()
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
virtual const char * GetComments()
int ParseIntValues(istream &infile, std::string &linetext, std::string::iterator &pos, int *values, int count)
int ReadLineAfterComments(istream &infile, std::string &linetext, std::string::iterator &pos)
GLsizei const GLchar ** string
Superclass for algorithms that produce only polydata as output.