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