converts a tree to a polygonal data representing a tree map
More...
#include <vtkTreeMapToPolyData.h>
Inherits vtkPolyDataAlgorithm.
converts a tree to a polygonal data representing a tree map
This algorithm requires that the vtkTreeMapLayout filter has already applied to the data in order to create the quadruple array (min x, max x, min y, max y) of bounds for each vertex of the tree.
- Tests:
- vtkTreeMapToPolyData (Tests)
Definition at line 38 of file vtkTreeMapToPolyData.h.
vtkTreeMapToPolyData::vtkTreeMapToPolyData |
( |
| ) |
|
|
protected |
vtkTreeMapToPolyData::~vtkTreeMapToPolyData |
( |
| ) |
|
|
protected |
static int vtkTreeMapToPolyData::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTreeMapToPolyData::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTreeMapToPolyData::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTreeMapToPolyData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkTreeMapToPolyData::SetRectanglesArrayName |
( |
const char * |
name | ) |
|
|
inlinevirtual |
The field containing quadruples of the form (min x, max x, min y, max y) representing the bounds of the rectangles for each vertex. This array may be added to the tree using vtkTreeMapLayout.
Definition at line 49 of file vtkTreeMapToPolyData.h.
virtual void vtkTreeMapToPolyData::SetLevelArrayName |
( |
const char * |
name | ) |
|
|
inlinevirtual |
The field containing the level of each tree node. This can be added using vtkTreeLevelsFilter before this filter. If this is not present, the filter simply calls tree->GetLevel(v) for each vertex, which will produce the same result, but may not be as efficient.
Definition at line 58 of file vtkTreeMapToPolyData.h.
virtual double vtkTreeMapToPolyData::GetLevelDeltaZ |
( |
| ) |
|
|
virtual |
The spacing along the z-axis between tree map levels.
virtual void vtkTreeMapToPolyData::SetLevelDeltaZ |
( |
double |
| ) |
|
|
virtual |
The spacing along the z-axis between tree map levels.
virtual bool vtkTreeMapToPolyData::GetAddNormals |
( |
| ) |
|
|
virtual |
The spacing along the z-axis between tree map levels.
virtual void vtkTreeMapToPolyData::SetAddNormals |
( |
bool |
| ) |
|
|
virtual |
The spacing along the z-axis between tree map levels.
int vtkTreeMapToPolyData::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
int vtkTreeMapToPolyData::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkTreeMapToPolyData::LevelDeltaZ |
|
protected |
bool vtkTreeMapToPolyData::AddNormals |
|
protected |
The documentation for this class was generated from the following file: