Go to the documentation of this file.
67 #ifndef vtkMNIObjectReader_h
68 #define vtkMNIObjectReader_h
103 return "MNI object"; }
represent and manipulate 3D points
int ReadNumberOfPoints(vtkIdType *numCells)
virtual const char * GetDescriptiveName()
GLsizei GLsizei GLenum GLenum const GLvoid * data
int ReadNormals(vtkPolyData *polyData, vtkIdType numPoints)
int ReadPoints(vtkPolyData *polyData, vtkIdType numPoints)
static vtkMNIObjectReader * New()
int ReadCells(vtkPolyData *data, vtkIdType numCells, int cellType)
dynamic, self-adjusting array of float
virtual int ReadFile(vtkPolyData *output)
#define vtkTypeMacro(thisClass, superclass)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
int ReadLineThickness(vtkProperty *property)
abstract superclass for arrays of numeric data
GLuint GLsizei GLsizei * length
A reader for MNI surface mesh files.
virtual const char * GetFileExtensions()
GLuint const GLchar * name
GLsizei const GLfloat * value
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual int CanReadFile(const char *name)
a simple class to control print indentation
object to represent cell connectivity
#define vtkSetStringMacro(name)
dynamic, self-adjusting array of int
int ReadLine(char *text, unsigned int length)
CellTypeInDataSet cellType(vtkDataSet *input)
vtkGetStringMacro(ExtensionsString)
int ParseIdValue(vtkIdType *value)
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
int ReadLineObject(vtkPolyData *output)
int ReadPolygonObject(vtkPolyData *output)
int ReadNumberOfCells(vtkIdType *numCells)
int ParseValues(vtkDataArray *array, vtkIdType n)
virtual vtkProperty * GetProperty()
int ReadProperty(vtkProperty *property)
int ReadColors(vtkProperty *property, vtkPolyData *data, vtkIdType numPoints, vtkIdType numCells)
Superclass for algorithms that produce only polydata as output.