30 #ifndef vtkTreeMapLayout_h
31 #define vtkTreeMapLayout_h
33 #include "vtkInfovisLayoutModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
53 vtkGetStringMacro(RectanglesFieldName);
54 vtkSetStringMacro(RectanglesFieldName);
76 vtkIdType FindVertex(
float pnt[2],
float* binfo =
nullptr);
82 void GetBoundingBox(
vtkIdType id,
float* binfo);
103 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce only Tree as output.
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTreeMapLayoutStrategy * LayoutStrategy
virtual void SetSizeArrayName(const char *name)
The array to use for the size of each vertex.
layout a vtkTree into a tree map
char * RectanglesFieldName
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
virtual vtkMTimeType GetMTime()
Return this object's modified time.
abstract superclass for all tree map layout strategies
static vtkTreeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.