34#ifndef vtkCirclePackToPolyData_h
35#define vtkCirclePackToPolyData_h
37#include "vtkInfovisLayoutModule.h"
63 vtkGetMacro(Resolution,
unsigned int);
78 void CreateCircle(
const double& x,
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
converts a tree to a polygonal data representing a circle packing of the hierarchy.
vtkCirclePackToPolyData()
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual void SetCirclesArrayName(const char *name)
The field containing triples of the form (Xcenter, Ycenter, Radius).
~vtkCirclePackToPolyData()
static vtkCirclePackToPolyData * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
@ 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
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.