 |
VTK
9.0.1
|
Go to the documentation of this file.
45 #ifndef vtkCirclePackLayout_h
46 #define vtkCirclePackLayout_h
48 #include "vtkInfovisLayoutModule.h"
71 vtkGetStringMacro(CirclesFieldName);
72 vtkSetStringMacro(CirclesFieldName);
98 vtkIdType FindVertex(
double pnt[2],
double* cinfo =
nullptr);
104 void GetBoundingCircle(
vtkIdType id,
double* cinfo);
virtual void SetSizeArrayName(const char *name)
The array to use for the size of each vertex.
vtkCirclePackLayoutStrategy * LayoutStrategy
layout a vtkTree as a circle packing.
abstract superclass for arrays of numeric data
abstract superclass for all circle packing layout strategies.
@ FIELD_ASSOCIATION_VERTICES
A rooted tree data structure.
static vtkTreeAlgorithm * New()
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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.
vtkTypeUInt32 vtkMTimeType