converts a tree to a polygonal data representing a circle packing of the hierarchy.
More...
#include <vtkCirclePackToPolyData.h>
Inherits vtkPolyDataAlgorithm.
converts a tree to a polygonal data representing a circle packing of the hierarchy.
This algorithm requires that the vtkCirclePackLayout filter has already been applied to the data in order to create the triple array (Xcenter, Ycenter, Radius) of circle bounds or each vertex of the tree.
- Events:
- vtkCommand::ProgressEvent
- Tests:
- vtkCirclePackToPolyData (Tests)
Definition at line 42 of file vtkCirclePackToPolyData.h.
vtkCirclePackToPolyData::vtkCirclePackToPolyData |
( |
| ) |
|
|
protected |
vtkCirclePackToPolyData::~vtkCirclePackToPolyData |
( |
| ) |
|
|
protected |
static int vtkCirclePackToPolyData::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCirclePackToPolyData::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCirclePackToPolyData::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCirclePackToPolyData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkCirclePackToPolyData::SetCirclesArrayName |
( |
const char * |
name | ) |
|
|
inlinevirtual |
virtual void vtkCirclePackToPolyData::SetResolution |
( |
unsigned |
int | ) |
|
|
virtual |
Define the number of sides used in output circles. Default is 100.
virtual unsigned int vtkCirclePackToPolyData::GetResolution |
( |
| ) |
|
|
virtual |
Define the number of sides used in output circles. Default is 100.
int vtkCirclePackToPolyData::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
int vtkCirclePackToPolyData::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
unsigned int vtkCirclePackToPolyData::Resolution |
|
protected |
The documentation for this class was generated from the following file: