Go to the documentation of this file.
28 #ifndef vtkBiomTableReader_h
29 #define vtkBiomTableReader_h
31 #include "vtkIOInfovisModule.h"
vtkTable * GetOutput()
Get the output of this reader.
A table, which contains similar-typed columns of data.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void FillData(vtkVariant v)
static vtkBiomTableReader * New()
read vtkTable from a .biom input file
vtkTable * GetOutput(int idx)
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
A atomic type representing the union of many types.
void InsertValue(int row, int col, std::string value)
void SetOutput(vtkTable *output)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)