32 #ifndef __vtkTreeMapToPolyData_h
33 #define __vtkTreeMapToPolyData_h
35 #include "vtkInfovisLayoutModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
64 vtkGetMacro(LevelDeltaZ,
double);
65 vtkSetMacro(LevelDeltaZ,
double);
70 vtkGetMacro(AddNormals,
bool);
71 vtkSetMacro(AddNormals,
bool);
83 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetRectanglesArrayName(const char *name)
static vtkPolyDataAlgorithm * New()
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual void SetLevelArrayName(const char *name)
converts a tree to a polygonal data representing a tree map