50#ifndef vtkDataObjectReader_h
51#define vtkDataObjectReader_h
54#include "vtkIOLegacyModule.h"
static vtkDataObjectReader * New()
vtkDataObject * GetOutput(int idx)
Get the output field of this reader.
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
void SetOutput(vtkDataObject *)
Get the output field of this reader.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkDataObjectReader() override
vtkDataObject * GetOutput()
Get the output field of this reader.
general representation of visualization data
helper superclass for objects that read vtk data files
a simple class to control print indentation