Go to the documentation of this file.
38 #ifndef vtkAreaLayout_h
39 #define vtkAreaLayout_h
41 #include "vtkInfovisLayoutModule.h"
68 vtkSetStringMacro(AreaArrayName);
76 vtkGetMacro(EdgeRoutingPoints,
bool);
virtual void SetSizeArrayName(const char *name)
The array name to use for retrieving the relative size of each vertex.
virtual vtkMTimeType GetMTime()
Get the modification time of the layout algorithm.
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.
char * EdgeRoutingPointsArrayName
void SetLayoutStrategy(vtkAreaLayoutStrategy *strategy)
@ FIELD_ASSOCIATION_VERTICES
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkAreaLayoutStrategy * LayoutStrategy
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only Tree as output.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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.