Go to the documentation of this file.
37 #ifndef vtkStructuredPointsReader_h
38 #define vtkStructuredPointsReader_h
40 #include "vtkIOLegacyModule.h"
~vtkStructuredPointsReader() override
helper superclass for objects that read vtk data files
vtkStructuredPointsReader()
int ReadMetaDataSimple(const std::string &fname, vtkInformation *metadata) override
Read the meta information from the file (WHOLE_EXTENT).
a simple class to control print indentation
read vtk structured points data file
void SetOutput(vtkStructuredPoints *output)
Set/Get the output of this reader.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
static vtkStructuredPointsReader * New()
general representation of visualization data
vtkStructuredPoints * GetOutput()
vtkStructuredPoints * GetOutput(int idx)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.