37 #ifndef vtkStructuredPointsReader_h
38 #define vtkStructuredPointsReader_h
40 #include "vtkIOLegacyModule.h"
helper superclass for objects that read vtk data files
a simple class to control print indentation
read vtk structured points data file
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
static vtkStructuredPointsReader * New()
vtkStructuredPoints * GetOutput(int idx)
vtkStructuredPoints * GetOutput()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetOutput(vtkStructuredPoints *output)
Set/Get the output of this reader.
vtkStructuredPointsReader()
virtual int ReadMetaData(vtkInformation *outInfo)
Read the meta information from the file.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkStructuredPointsReader()