21#ifndef vtkCirclePackToPolyData_h
22#define vtkCirclePackToPolyData_h
24#include "vtkInfovisLayoutModule.h"
27VTK_ABI_NAMESPACE_BEGIN
52 vtkSetMacro(Resolution,
unsigned int);
53 vtkGetMacro(Resolution,
unsigned int);
69 void CreateCircle(
const double& x,
const double& y,
const double& z,
const double& radius,
converts a tree to a polygonal data representing a circle packing of the hierarchy.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkCirclePackToPolyData()
virtual void SetCirclesArrayName(const char *name)
The field containing triples of the form (Xcenter, Ycenter, Radius).
static vtkCirclePackToPolyData * New()
~vtkCirclePackToPolyData() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
@ FIELD_ASSOCIATION_VERTICES
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips