34 #ifndef __vtkTreeRingToPolyData_h
35 #define __vtkTreeRingToPolyData_h
37 #include "vtkInfovisLayoutModule.h"
38 #include "vtkPolyDataAlgorithm.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
54 { this->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_VERTICES, name); }
59 vtkSetMacro(ShrinkPercentage,
double);
60 vtkGetMacro(ShrinkPercentage,
double);
63 int FillInputPortInformation(
int port, vtkInformation* info);
71 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual void SetSectorsArrayName(const char *name)
converts a tree to a polygonal data representing radial space filling tree.