25#ifndef vtkBiomTableReader_h
26#define vtkBiomTableReader_h
28#include "vtkIOInfovisModule.h"
73 std::string FileContents;
read vtkTable from a .biom input file
void SetOutput(vtkTable *output)
Get the output of this reader.
int ReadMeshSimple(VTK_FILEPATH const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
~vtkBiomTableReader() override
vtkTable * GetOutput()
Get the output of this reader.
void FillData(vtkVariant v)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkBiomTableReader * New()
void InsertValue(int row, int col, const std::string &value)
vtkTable * GetOutput(int idx)
Get the output of this reader.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
general representation of visualization data
a simple class to control print indentation
A table, which contains similar-typed columns of data.
A atomic type representing the union of many types.