32 #ifndef vtkCirclePackLayout_h
33 #define vtkCirclePackLayout_h
35 #include "vtkInfovisLayoutModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
59 vtkGetStringMacro(CirclesFieldName);
60 vtkSetStringMacro(CirclesFieldName);
86 vtkIdType FindVertex(
double pnt[2],
double* cinfo =
nullptr);
92 void GetBoundingCircle(
vtkIdType id,
double* cinfo);
114 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce only Tree as output.
vtkCirclePackLayoutStrategy * LayoutStrategy
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual void SetSizeArrayName(const char *name)
The array to use for the size of each vertex.
dynamic, self-adjusting array of double
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
a simple class to control print indentation
abstract superclass for all circle packing layout strategies.
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
layout a vtkTree as a circle packing.
static vtkTreeAlgorithm * New()
A rooted tree data structure.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.