37 #ifndef __vtkAreaLayout_h
38 #define __vtkAreaLayout_h
40 #include "vtkInfovisLayoutModule.h"
41 #include "vtkTreeAlgorithm.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
57 { this->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); }
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)
abstract superclass for all area layout strategies
vtkAreaLayoutStrategy * LayoutStrategy
layout a vtkTree into a tree map
char * EdgeRoutingPointsArrayName