45 #ifndef __vtkTreeMapLayout_h
46 #define __vtkTreeMapLayout_h
48 #include "vtkInfovisLayoutModule.h"
59 void PrintSelf(ostream& os, vtkIndent indent);
65 vtkGetStringMacro(RectanglesFieldName);
66 vtkSetStringMacro(RectanglesFieldName);
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 *);
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkTreeMapLayoutStrategy * LayoutStrategy
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)
abstract superclass for all tree map layout strategies
static vtkTreeAlgorithm * New()