37 #ifndef __vtkAreaLayout_h
38 #define __vtkAreaLayout_h
40 #include "vtkInfovisLayoutModule.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
65 vtkGetStringMacro(AreaArrayName);
66 vtkSetStringMacro(AreaArrayName);
72 vtkGetMacro(EdgeRoutingPoints,
bool);
73 vtkSetMacro(EdgeRoutingPoints,
bool);
74 vtkBooleanMacro(EdgeRoutingPoints,
bool);
84 virtual unsigned long GetMTime();
88 vtkIdType FindVertex(
float pnt[2]);
91 void GetBoundingArea(vtkIdType
id,
float *sinfo);
102 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual void SetSizeArrayName(const char *name)
Superclass for algorithms that produce only Tree as output.
abstract superclass for all area layout strategies
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkAreaLayoutStrategy * LayoutStrategy
void PrintSelf(ostream &os, vtkIndent indent)
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
layout a vtkTree into a tree map
static vtkTreeAlgorithm * New()
char * EdgeRoutingPointsArrayName