 |
VTK
9.0.1
|
Go to the documentation of this file.
38 #ifndef vtkAreaLayout_h
39 #define vtkAreaLayout_h
41 #include "vtkInfovisLayoutModule.h"
69 vtkGetStringMacro(AreaArrayName);
70 vtkSetStringMacro(AreaArrayName);
78 vtkGetMacro(EdgeRoutingPoints,
bool);
79 vtkSetMacro(EdgeRoutingPoints,
bool);
80 vtkBooleanMacro(EdgeRoutingPoints,
bool);
105 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
@ FIELD_ASSOCIATION_VERTICES
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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