34 #ifndef vtkTableReader_h
35 #define vtkTableReader_h
37 #include "vtkIOLegacyModule.h"
helper superclass for objects that read vtk data files
a simple class to control print indentation
vtkTable * GetOutput()
Get the output of this reader.
static vtkTableReader * New()
vtkTable * GetOutput(int idx)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
void SetOutput(vtkTable *output)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
A table, which contains similar-typed columns of data.