Go to the documentation of this file.
46 #ifndef vtkTreeMapLayout_h
47 #define vtkTreeMapLayout_h
49 #include "vtkInfovisLayoutModule.h"
68 vtkGetStringMacro(RectanglesFieldName);
69 vtkSetStringMacro(RectanglesFieldName);
89 vtkIdType FindVertex(
float pnt[2],
float *binfo=
nullptr);
95 void GetBoundingBox(
vtkIdType id,
float *binfo);
char * RectanglesFieldName
vtkTreeMapLayoutStrategy * LayoutStrategy
static vtkTreeAlgorithm * New()
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual void SetSizeArrayName(const char *name)
The array to use for the size of each vertex.
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.
abstract superclass for all tree map layout strategies
layout a vtkTree into a tree map
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