31#ifndef vtkTableReader_h
32#define vtkTableReader_h
35#include "vtkIOLegacyModule.h"
general representation of visualization data
helper superclass for objects that read vtk data files
a simple class to control print indentation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
static vtkTableReader * New()
void SetOutput(vtkTable *output)
Get the output of this reader.
vtkTable * GetOutput()
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.
vtkTable * GetOutput(int idx)
Get the output of this reader.
~vtkTableReader() override
A table, which contains similar-typed columns of data.