36 #ifndef vtkCirclePackToPolyData_h
37 #define vtkCirclePackToPolyData_h
60 vtkSetMacro(Resolution,
unsigned int);
61 vtkGetMacro(Resolution,
unsigned int);
76 void CreateCircle(
const double& x,
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKINFOVISLAYOUT_EXPORT
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void SetCirclesArrayName(const char *name)
static vtkPolyDataAlgorithm * New()
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
converts a tree to a polygonal data representing a circle packing of the hierarchy.