16 #ifndef vtkBiomTableReader_h
17 #define vtkBiomTableReader_h
19 #include "vtkIOInfovisModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
54 void ParseSparseness();
55 void InitializeData();
57 void ParseSparseData();
58 void ParseDenseData();
read vtkTable from a .biom input file
static vtkTableReader * New()
vtkTable * GetOutput()
Get the output of this reader.
A 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 ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
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.
general representation of visualization data