Go to the documentation of this file.
32 #ifndef vtkTreeRingToPolyData_h
33 #define vtkTreeRingToPolyData_h
35 #include "vtkInfovisLayoutModule.h"
60 vtkSetMacro(ShrinkPercentage,
double);
61 vtkGetMacro(ShrinkPercentage,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
virtual void SetSectorsArrayName(const char *name)
The field containing quadruples of the form (start angle, end angle, inner radius,...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
static vtkPolyDataAlgorithm * New()
converts a tree to a polygonal data representing radial space filling tree.
Superclass for algorithms that produce only polydata as output.