Go to the documentation of this file.
68 #ifndef vtkMNIObjectReader_h
69 #define vtkMNIObjectReader_h
71 #include "vtkIOMINCModule.h"
93 vtkSetStringMacro(FileName);
107 return "MNI object"; }
represent and manipulate 3D points
int ReadNumberOfPoints(vtkIdType *numCells)
virtual const char * GetDescriptiveName()
Get the name of this file format.
int ReadNormals(vtkPolyData *polyData, vtkIdType numPoints)
int ReadPoints(vtkPolyData *polyData, vtkIdType numPoints)
static vtkMNIObjectReader * New()
int ReadCells(vtkPolyData *data, vtkIdType numCells, int cellType)
dynamic, self-adjusting array of float
virtual int ReadFile(vtkPolyData *output)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
This is called by the superclass.
int ReadLineThickness(vtkProperty *property)
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 CanReadFile(const char *name)
Test whether the specified file can be read.
a simple class to control print indentation
object to represent cell connectivity
dynamic, self-adjusting array of int
int ReadLine(char *text, unsigned int length)
CellTypeInDataSet cellType(vtkDataSet *input)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
int ParseIdValue(vtkIdType *value)
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
int ReadLineObject(vtkPolyData *output)
int ReadPolygonObject(vtkPolyData *output)
int ReadNumberOfCells(vtkIdType *numCells)
int ParseValues(vtkDataArray *array, vtkIdType n)
virtual vtkProperty * GetProperty()
Get the property associated with the object.
int ReadProperty(vtkProperty *property)
int ReadColors(vtkProperty *property, vtkPolyData *data, vtkIdType numPoints, vtkIdType numCells)
Superclass for algorithms that produce only polydata as output.