Go to the documentation of this file.
34 #ifndef vtkTableReader_h
35 #define vtkTableReader_h
37 #include "vtkIOLegacyModule.h"
void SetOutput(vtkTable *output)
helper superclass for objects that read vtk data files
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
static vtkTableReader * New()
A table, which contains similar-typed columns of data.
a simple class to control print indentation
vtkTable * GetOutput()
Get the output 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.
~vtkTableReader() override
general representation of visualization data
vtkTable * GetOutput(int idx)