31#ifndef vtkRectilinearGridReader_h
32#define vtkRectilinearGridReader_h
35#include "vtkIOLegacyModule.h"
general representation of visualization data
helper superclass for objects that read vtk data files
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.
~vtkRectilinearGridReader() override
vtkRectilinearGrid * GetOutput()
Get and set the output of this reader.
vtkRectilinearGrid * GetOutput(int idx)
Get and set the output of this reader.
void SetOutput(vtkRectilinearGrid *output)
Get and set the output of this reader.
vtkRectilinearGridReader()
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
int ReadMetaDataSimple(VTK_FILEPATH const std::string &fname, vtkInformation *metadata) override
Read the meta information from the file (WHOLE_EXTENT).
static vtkRectilinearGridReader * New()
a dataset that is topologically regular with variable spacing in the three coordinate directions