vtkDataObjectToTable Class Reference

#include <vtkDataObjectToTable.h>

Inheritance diagram for vtkDataObjectToTable:

Inheritance graph
[legend]
Collaboration diagram for vtkDataObjectToTable:

Collaboration graph
[legend]

List of all members.


Detailed Description

extract field data as a table

This filter cen extrac the field, cell or point data of any data object as a table.

Tests:
vtkDataObjectToTable (Tests)

Definition at line 36 of file vtkDataObjectToTable.h.


Public Types

enum  {
  FIELD_DATA = 0, POINT_DATA = 1, CELL_DATA = 2, VERTEX_DATA = 3,
  EDGE_DATA = 4
}
typedef vtkTableAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual int GetFieldType ()
virtual void SetFieldType (int)

Static Public Member Functions

static vtkDataObjectToTableNew ()
static int IsTypeOf (const char *type)
static vtkDataObjectToTableSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkDataObjectToTable ()
 ~vtkDataObjectToTable ()
int FillInputPortInformation (int port, vtkInformation *info)
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int FieldType

Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 40 of file vtkDataObjectToTable.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
FIELD_DATA 
POINT_DATA 
CELL_DATA 
VERTEX_DATA 
EDGE_DATA 

Definition at line 44 of file vtkDataObjectToTable.h.


Constructor & Destructor Documentation

vtkDataObjectToTable::vtkDataObjectToTable (  )  [protected]

vtkDataObjectToTable::~vtkDataObjectToTable (  )  [protected]


Member Function Documentation

static vtkDataObjectToTable* vtkDataObjectToTable::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkTableAlgorithm.

virtual const char* vtkDataObjectToTable::GetClassName (  )  [virtual]

Reimplemented from vtkTableAlgorithm.

static int vtkDataObjectToTable::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkTableAlgorithm.

virtual int vtkDataObjectToTable::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkTableAlgorithm.

static vtkDataObjectToTable* vtkDataObjectToTable::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkTableAlgorithm.

void vtkDataObjectToTable::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 vtkTableAlgorithm.

virtual int vtkDataObjectToTable::GetFieldType (  )  [virtual]

The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

virtual void vtkDataObjectToTable::SetFieldType ( int   )  [virtual]

The field type to copy into the output table. Should be one of FIELD_DATA, POINT_DATA, CELL_DATA, VERTEX_DATA, EDGE_DATA.

int vtkDataObjectToTable::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkTableAlgorithm.

int vtkDataObjectToTable::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkTableAlgorithm.


Member Data Documentation

Definition at line 72 of file vtkDataObjectToTable.h.


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

Generated on Sat Dec 27 13:21:51 2008 for VTK by  doxygen 1.5.6