65#ifndef vtkMNIObjectReader_h
66#define vtkMNIObjectReader_h
68#include "vtkIOMINCModule.h"
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 RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called by the superclass.
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(VTK_FILEPATH const char *name)
Test whether the specified file can be read.
int ReadLineThickness(vtkProperty *property)
int ParseIdValue(vtkIdType *value)
~vtkMNIObjectReader() override
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 extension for this file format.
int ReadPolygonObject(vtkPolyData *output)
vtkSetFilePathMacro(FileName)
Set the file name.
vtkGetFilePathMacro(FileName)
Set the file name.
int ReadLineObject(vtkPolyData *output)
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