Go to the documentation of this file.
34 #ifndef vtkCirclePackToPolyData_h
35 #define vtkCirclePackToPolyData_h
37 #include "vtkInfovisLayoutModule.h"
62 vtkSetMacro(Resolution,
unsigned int);
63 vtkGetMacro(Resolution,
unsigned int);
78 void CreateCircle(
const double& x,
~vtkCirclePackToPolyData() override
vtkCirclePackToPolyData()
virtual void SetCirclesArrayName(const char *name)
The field containing triples of the form (Xcenter, Ycenter, Radius).
@ FIELD_ASSOCIATION_VERTICES
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
converts a tree to a polygonal data representing a circle packing of the hierarchy.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkCirclePackToPolyData * New()
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
Superclass for algorithms that produce only polydata as output.