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.
void InsertValue(int row, int col, const std::string &value)
A table, which contains similar-typed columns of data.
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
void FillData(vtkVariant v)
static vtkBiomTableReader * New()
read vtkTable from a .biom input file
~vtkBiomTableReader() override
vtkTable * GetOutput(int idx)
a simple class to control print indentation
A atomic type representing the union of many types.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetOutput(vtkTable *output)
general representation of visualization data