140#ifndef vtkStructuredPointsReader_h
141#define vtkStructuredPointsReader_h
144#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 points data file
static vtkStructuredPointsReader * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkStructuredPoints * GetOutput(int idx)
Set/Get the output of this reader.
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(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
vtkStructuredPointsReader()
~vtkStructuredPointsReader() override
vtkStructuredPoints * GetOutput()
Set/Get the output of this reader.
int ReadMetaDataSimple(VTK_FILEPATH const std::string &fname, vtkInformation *metadata) override
Read the meta information from the file (WHOLE_EXTENT).