67 #ifndef __vtkMNIObjectReader_h
68 #define __vtkMNIObjectReader_h
89 vtkSetStringMacro(FileName);
90 vtkGetStringMacro(FileName);
102 return "MNI object"; }
106 virtual int CanReadFile(
const char*
name);
124 int ReadLine(
char *text,
unsigned int length);
125 int SkipWhitespace();
129 int ReadNumberOfPoints(
vtkIdType *numCells);
130 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
object to represent cell connectivity
virtual vtkProperty * GetProperty()
represent and manipulate 3D points