28 #ifndef vtkBiomTableReader_h 29 #define vtkBiomTableReader_h 31 #include "vtkIOInfovisModule.h" 69 void ParseSparseness();
70 void InitializeData();
72 void ParseSparseData();
73 void ParseDenseData();
read vtkTable from a .biom input file
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkTableReader * New()
vtkTable * GetOutput()
Get the output of this reader.
A atomic type representing the union of many types.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.