 |
VTK
9.1.0
|
Go to the documentation of this file.
31 #ifndef vtkTableReader_h
32 #define vtkTableReader_h
35 #include "vtkIOLegacyModule.h"
void SetOutput(vtkTable *output)
Get the output of this reader.
helper superclass for objects that read vtk data files
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.
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
~vtkTableReader() override
general representation of visualization data
vtkTable * GetOutput(int idx)
Get the output of this reader.