68 #ifndef vtkMNIObjectReader_h
69 #define vtkMNIObjectReader_h
71 #include "vtkIOMINCModule.h"
93 vtkSetFilePathMacro(FileName);
94 vtkGetFilePathMacro(FileName);
130 int ReadLine(
char* text,
unsigned int length);
131 int SkipWhitespace();
135 int ReadNumberOfPoints(
vtkIdType* numCells);
136 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 extension 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.