extract field data as a table
More...
#include <vtkDataObjectToTable.h>
Inherits vtkTableAlgorithm.
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.
- Examples:
- vtkDataObjectToTable (Examples)
- Tests:
- vtkDataObjectToTable (Tests)
Definition at line 40 of file vtkDataObjectToTable.h.
vtkDataObjectToTable::vtkDataObjectToTable |
( |
| ) |
|
|
protected |
vtkDataObjectToTable::~vtkDataObjectToTable |
( |
| ) |
|
|
protected |
static int vtkDataObjectToTable::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkDataObjectToTable::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkDataObjectToTable::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkDataObjectToTable::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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 |
int vtkDataObjectToTable::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkDataObjectToTable::FieldType |
|
protected |
The documentation for this class was generated from the following file: