45 #ifndef __vtkTreeMapLayout_h
46 #define __vtkTreeMapLayout_h
48 #include "vtkInfovisLayoutModule.h"
49 #include "vtkTreeAlgorithm.h"
59 void PrintSelf(ostream& os, vtkIndent indent);
65 vtkGetStringMacro(RectanglesFieldName);
66 vtkSetStringMacro(RectanglesFieldName);
72 { this->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); }
82 vtkIdType FindVertex(
float pnt[2],
float *binfo=0);
85 void GetBoundingBox(vtkIdType
id,
float *binfo);
88 virtual unsigned long GetMTime();
97 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkTreeMapLayoutStrategy * LayoutStrategy
virtual void SetSizeArrayName(const char *name)
layout a vtkTree into a tree map
char * RectanglesFieldName
abstract superclass for all tree map layout strategies