Go to the documentation of this file.
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);
represent and manipulate 3D points
virtual const char * GetDescriptiveName()
Get the name of this file format.
dynamic, self-adjusting array of float
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A reader for MNI surface mesh files.
virtual const char * GetFileExtensions()
Get the entension for this file format.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
object to represent cell connectivity
dynamic, self-adjusting array of int
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
virtual vtkProperty * GetProperty()
Get the property associated with the object.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.