VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkBiomTableReader Class Reference

read vtkTable from a .biom input file More...

#include <vtkBiomTableReader.h>

Inheritance diagram for vtkBiomTableReader:
Inheritance graph
[legend]
Collaboration diagram for vtkBiomTableReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkTableReader Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkBiomTableReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkTableGetOutput ()
vtkTableGetOutput (int idx)
void SetOutput (vtkTable *output)

Static Public Member Functions

static vtkBiomTableReaderNew ()
static int IsTypeOf (const char *type)
static vtkBiomTableReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkBiomTableReader ()
 ~vtkBiomTableReader ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation (int, vtkInformation *)
void ParseShape ()
void ParseDataType ()
void ParseSparseness ()
void InitializeData ()
void FillData (vtkVariant v)
void ParseSparseData ()
void ParseDenseData ()
void InsertValue (int row, int col, std::string value)
void ParseId ()
void ParseColumns ()
void ParseRows ()

Detailed Description

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.

See also:
vtkTable vtkTableReader vtkDataReader
Tests:
vtkBiomTableReader (Tests)

Definition at line 36 of file vtkBiomTableReader.h.


Member Typedef Documentation

Reimplemented from vtkTableReader.

Definition at line 40 of file vtkBiomTableReader.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

Get the output of this reader.

Reimplemented from vtkTableReader.

Get the output of this reader.

Reimplemented from vtkTableReader.

virtual int vtkBiomTableReader::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkTableReader.

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::InitializeData ( ) [protected]
void vtkBiomTableReader::FillData ( vtkVariant  v) [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]

The documentation for this class was generated from the following file: