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
static vtkTableReader * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
void SetOutput(vtkTable *output)
vtkTable * GetOutput()
Get the output of this reader.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkTable * GetOutput(int idx)
A table, which contains similar-typed columns of data.