68 #ifndef vtkMNIObjectReader_h 69 #define vtkMNIObjectReader_h 71 #include "vtkIOMINCModule.h" 93 vtkSetStringMacro(FileName);
94 vtkGetStringMacro(FileName);
107 return "MNI object"; }
112 virtual int CanReadFile(
const char*
name);
132 int ReadLine(
char *text,
unsigned int length);
133 int SkipWhitespace();
137 int ReadNumberOfPoints(
vtkIdType *numCells);
138 int ReadNumberOfCells(
vtkIdType *numCells);
virtual const char * GetDescriptiveName()
Get the name of this file format.
represent surface properties of a geometric object
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of float
A reader for MNI surface mesh files.
virtual const char * GetFileExtensions()
Get the entension for this file format.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
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()
Get the property associated with the object.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.