Go to the documentation of this file.
38 #ifndef vtkAreaLayout_h
39 #define vtkAreaLayout_h
41 #include "vtkInfovisLayoutModule.h"
67 vtkGetStringMacro(AreaArrayName);
68 vtkSetStringMacro(AreaArrayName);
76 vtkGetMacro(EdgeRoutingPoints,
bool);
77 vtkSetMacro(EdgeRoutingPoints,
bool);
78 vtkBooleanMacro(EdgeRoutingPoints,
bool);
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetSizeArrayName(const char *name)
The array name to use for retrieving the relative size of each vertex.
~vtkAreaLayout() override
vtkIdType FindVertex(float pnt[2])
Get the vertex whose area contains the point, or return -1 if no vertex area covers the point.
void GetBoundingArea(vtkIdType id, float *sinfo)
The bounding area information for a certain vertex id.
vtkMTimeType GetMTime() override
Get the modification time of the layout algorithm.
char * EdgeRoutingPointsArrayName
void SetLayoutStrategy(vtkAreaLayoutStrategy *strategy)
@ FIELD_ASSOCIATION_VERTICES
vtkAreaLayoutStrategy * LayoutStrategy
a simple class to control print indentation
Superclass for algorithms that produce only Tree as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAreaLayout * New()
layout a vtkTree into a tree map
abstract superclass for all area layout strategies
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