VTK
|
converts a tree to a polygonal data representing radial space filling tree. More...
#include <vtkTreeRingToPolyData.h>
Inherits vtkPolyDataAlgorithm.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkTreeRingToPolyData * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | FillInputPortInformation (int port, vtkInformation *info) |
virtual void | SetSectorsArrayName (const char *name) |
virtual void | SetShrinkPercentage (double) |
virtual double | GetShrinkPercentage () |
Static Public Member Functions | |
static vtkTreeRingToPolyData * | New () |
static int | IsTypeOf (const char *type) |
static vtkTreeRingToPolyData * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkTreeRingToPolyData () | |
~vtkTreeRingToPolyData () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | ShrinkPercentage |
converts a tree to a polygonal data representing radial space filling tree.
This algorithm requires that the vtkTreeRingLayout filter has already been applied to the data in order to create the quadruple array (start angle, end angle, inner radius, outer radius) of bounds for each vertex of the tree.
Definition at line 40 of file vtkTreeRingToPolyData.h.
typedef vtkPolyDataAlgorithm vtkTreeRingToPolyData::Superclass |
Definition at line 45 of file vtkTreeRingToPolyData.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkTreeRingToPolyData* vtkTreeRingToPolyData::NewInstance | ( | ) | const |
void vtkTreeRingToPolyData::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
inlinevirtual |
The field containing quadruples of the form (start angle, end angle, inner radius, outer radius) representing the bounds of the rectangles for each vertex. This field may be added to the tree using vtkTreeRingLayout. This array must be set.
Definition at line 53 of file vtkTreeRingToPolyData.h.
|
virtual |
Define a shrink percentage for each of the sectors.
|
virtual |
Define a shrink percentage for each of the sectors.
int vtkTreeRingToPolyData::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) |
|
protected |
|
protected |
Definition at line 69 of file vtkTreeRingToPolyData.h.