100#ifndef vtkStructuredGridReader_h
101#define vtkStructuredGridReader_h
104#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 structured grid data file
static vtkStructuredGridReader * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkStructuredGridReader()
int ReadMetaDataSimple(VTK_FILEPATH const std::string &fname, vtkInformation *metadata) override
Read the meta information from the file (WHOLE_EXTENT).
vtkStructuredGrid * GetOutput(int idx)
Get the output of this reader.
vtkStructuredGrid * GetOutput()
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.
~vtkStructuredGridReader() override
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
void SetOutput(vtkStructuredGrid *output)
Get the output of this reader.
topologically regular array of data