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);
103 void GetBoundingArea(
vtkIdType id,
float *sinfo);
virtual void SetSizeArrayName(const char *name)
The array name to use for retrieving the relative size of each vertex.
char * EdgeRoutingPointsArrayName
vtkTypeUInt64 vtkMTimeType
vtkAreaLayoutStrategy * LayoutStrategy
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.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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.