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