25 #ifndef vtkBiomTableReader_h 26 #define vtkBiomTableReader_h 28 #include "vtkIOInfovisModule.h" 66 void ParseSparseness();
67 void InitializeData();
69 void ParseSparseData();
70 void ParseDenseData();
71 void InsertValue(
int row,
int col, std::
string value);
77 std::
string FileContents;
read vtkTable from a .biom input file
static vtkTableReader * New()
vtkTable * GetOutput()
Get the output of this reader.
A atomic type representing the union of many types.
a simple class to control print indentation
A table, which contains similar-typed columns of data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutput(vtkTable *output)
Get the output of this reader.