VTK
|
read vtkTable from a .biom input file More...
#include <vtkBiomTableReader.h>
read vtkTable from a .biom input file
vtkBiomTableReader is a source object that reads ASCII biom data files. The output of this reader is a single vtkTable data object.
Definition at line 36 of file vtkBiomTableReader.h.
Reimplemented from vtkTableReader.
Definition at line 40 of file vtkBiomTableReader.h.
vtkBiomTableReader::vtkBiomTableReader | ( | ) | [protected] |
vtkBiomTableReader::~vtkBiomTableReader | ( | ) | [protected] |
static vtkBiomTableReader* vtkBiomTableReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTableReader.
static int vtkBiomTableReader::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableReader.
virtual int vtkBiomTableReader::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableReader.
static vtkBiomTableReader* vtkBiomTableReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkTableReader.
virtual vtkObjectBase* vtkBiomTableReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkTableReader.
Reimplemented from vtkTableReader.
void vtkBiomTableReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkTableReader.
Get the output of this reader.
Reimplemented from vtkTableReader.
vtkTable* vtkBiomTableReader::GetOutput | ( | int | idx | ) |
Get the output of this reader.
Reimplemented from vtkTableReader.
void vtkBiomTableReader::SetOutput | ( | vtkTable * | output | ) |
Get the output of this reader.
Reimplemented from vtkTableReader.
virtual int vtkBiomTableReader::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkTableReader.
virtual int vtkBiomTableReader::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Reimplemented from vtkTableReader.
virtual int vtkBiomTableReader::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkTableReader.
void vtkBiomTableReader::ParseShape | ( | ) | [protected] |
void vtkBiomTableReader::ParseDataType | ( | ) | [protected] |
void vtkBiomTableReader::ParseSparseness | ( | ) | [protected] |
void vtkBiomTableReader::InitializeData | ( | ) | [protected] |
void vtkBiomTableReader::FillData | ( | vtkVariant | v | ) | [protected] |
void vtkBiomTableReader::ParseSparseData | ( | ) | [protected] |
void vtkBiomTableReader::ParseDenseData | ( | ) | [protected] |
void vtkBiomTableReader::InsertValue | ( | int | row, |
int | col, | ||
std::string | value | ||
) | [protected] |
void vtkBiomTableReader::ParseId | ( | ) | [protected] |
void vtkBiomTableReader::ParseColumns | ( | ) | [protected] |
void vtkBiomTableReader::ParseRows | ( | ) | [protected] |