|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   65 #ifndef vtkMNIObjectReader_h 
   66 #define vtkMNIObjectReader_h 
   68 #include "vtkIOMINCModule.h"  
   90   vtkSetStringMacro(FileName);
 
   91   vtkGetStringMacro(FileName);
 
  107   virtual int CanReadFile(
const char* 
name);
 
  127   int ReadLine(
char* text, 
unsigned int length);
 
  128   int SkipWhitespace();
 
  132   int ReadNumberOfPoints(
vtkIdType* numCells);
 
  133   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 extension 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.