VTK
|
extract field data as a table More...
#include <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 vtkDataObjectToTable * | New () |
static int | IsTypeOf (const char *type) |
static vtkDataObjectToTable * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDataObjectToTable () | |
~vtkDataObjectToTable () | |
int | FillInputPortInformation (int port, vtkInformation *info) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | FieldType |
extract field data as a table
This filter is used to extract either the field, cell or point data of any data object as a table.
Definition at line 39 of file vtkDataObjectToTable.h.
Reimplemented from vtkTableAlgorithm.
Definition at line 43 of file vtkDataObjectToTable.h.
anonymous enum |
Definition at line 47 of file vtkDataObjectToTable.h.
vtkDataObjectToTable::vtkDataObjectToTable | ( | ) | [protected] |
vtkDataObjectToTable::~vtkDataObjectToTable | ( | ) | [protected] |
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 vtkTypeMacro 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 vtkTypeMacro 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.
int vtkDataObjectToTable::FieldType [protected] |
Definition at line 75 of file vtkDataObjectToTable.h.