67 #ifndef vtkMNIObjectReader_h
68 #define vtkMNIObjectReader_h
90 vtkSetStringMacro(FileName);
91 vtkGetStringMacro(FileName);
103 return "MNI object"; }
107 virtual int CanReadFile(
const char*
name);
125 int ReadLine(
char *text,
unsigned int length);
126 int SkipWhitespace();
130 int ReadNumberOfPoints(
vtkIdType *numCells);
131 int ReadNumberOfCells(
vtkIdType *numCells);
virtual const char * GetDescriptiveName()
represent surface properties of a geometric object
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
dynamic, self-adjusting array of float
A reader for MNI surface mesh files.
virtual const char * GetFileExtensions()
concrete dataset represents vertices, lines, polygons, and triangle strips
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
abstract superclass for arrays of numeric data
CellTypeInDataSet cellType(vtkDataSet *input)
object to represent cell connectivity
virtual vtkProperty * GetProperty()
represent and manipulate 3D points