adds level and leaf fields to a vtkTree
More...
#include <vtkTreeLevelsFilter.h>
Inherits vtkTreeAlgorithm.
adds level and leaf fields to a vtkTree
The filter currently add two arrays to the incoming vtkTree datastructure. 1) "levels" this is the distance from the root of the vertex. Root = 0 and you add 1 for each level down from the root 2) "leaf" this array simply indicates whether the vertex is a leaf or not
- Thanks:
- Thanks to Brian Wylie from Sandia National Laboratories for creating this class.
- Examples:
- vtkTreeLevelsFilter (Examples)
- Tests:
- vtkTreeLevelsFilter (Tests)
Definition at line 46 of file vtkTreeLevelsFilter.h.
vtkTreeLevelsFilter::vtkTreeLevelsFilter |
( |
| ) |
|
|
protected |
vtkTreeLevelsFilter::~vtkTreeLevelsFilter |
( |
| ) |
|
|
inlineprotected |
static int vtkTreeLevelsFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTreeLevelsFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTreeLevelsFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTreeLevelsFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkTreeLevelsFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: