Go to the documentation of this file.
34 #ifndef vtkRectilinearGridReader_h
35 #define vtkRectilinearGridReader_h
37 #include "vtkIOLegacyModule.h"
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
vtkRectilinearGrid * GetOutput(int idx)
helper superclass for objects that read vtk data files
a dataset that is topologically regular with variable spacing in the three coordinate directions
~vtkRectilinearGridReader() override
void SetOutput(vtkRectilinearGrid *output)
vtkRectilinearGridReader()
vtkRectilinearGrid * GetOutput()
Get and set the output of this reader.
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 rectilinear grid data file
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
static vtkRectilinearGridReader * New()