45 #ifndef vtkTreeMapLayout_h 
   46 #define vtkTreeMapLayout_h 
   65   vtkGetStringMacro(RectanglesFieldName);
 
   66   vtkSetStringMacro(RectanglesFieldName);
 
   82   vtkIdType FindVertex(
float pnt[2], 
float *binfo=0);
 
   85   void GetBoundingBox(
vtkIdType id, 
float *binfo);
 
Superclass for algorithms that produce only Tree as output. 
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
vtkTreeMapLayoutStrategy * LayoutStrategy
 
#define VTKINFOVISLAYOUT_EXPORT
 
virtual void SetSizeArrayName(const char *name)
 
layout a vtkTree into a tree map 
 
char * RectanglesFieldName
 
void PrintSelf(ostream &os, vtkIndent indent)
 
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual unsigned long GetMTime()
 
a simple class to control print indentation 
 
abstract superclass for all tree map layout strategies 
 
static vtkTreeAlgorithm * New()