Filter that converts a vtkTable to a vtkTree.
More...
#include <vtkTableToTreeFilter.h>
Inherits vtkTreeAlgorithm.
Filter that converts a vtkTable to a vtkTree.
vtkTableToTreeFilter is a filter for converting a vtkTable data structure into a vtkTree datastructure. Currently, this will convert the table into a star, with each row of the table as a child of a new root node. The columns of the table are passed as node fields of the tree.
- Examples:
- vtkTableToTreeFilter (Examples)
- Tests:
- vtkTableToTreeFilter (Tests)
Definition at line 43 of file vtkTableToTreeFilter.h.
vtkTableToTreeFilter::vtkTableToTreeFilter |
( |
| ) |
|
|
protected |
vtkTableToTreeFilter::~vtkTableToTreeFilter |
( |
| ) |
|
|
protected |
static int vtkTableToTreeFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTableToTreeFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTableToTreeFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTableToTreeFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkTableToTreeFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkTableToTreeFilter::FillOutputPortInformation |
( |
int |
vtkNotUsedport, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
int vtkTableToTreeFilter::FillInputPortInformation |
( |
int |
vtkNotUsedport, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: