32 #ifndef __vtkTreeMapToPolyData_h
33 #define __vtkTreeMapToPolyData_h
35 #include "vtkInfovisLayoutModule.h"
36 #include "vtkPolyDataAlgorithm.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
50 { this->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); }
59 { this->SetInputArrayToProcess(1, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); }
64 vtkGetMacro(LevelDeltaZ,
double);
65 vtkSetMacro(LevelDeltaZ,
double);
70 vtkGetMacro(AddNormals,
bool);
71 vtkSetMacro(AddNormals,
bool);
74 int FillInputPortInformation(
int port, vtkInformation* info);
83 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual void SetRectanglesArrayName(const char *name)
virtual void SetLevelArrayName(const char *name)
converts a tree to a polygonal data representing a tree map