19#ifndef vtkTreeRingToPolyData_h
20#define vtkTreeRingToPolyData_h
22#include "vtkInfovisLayoutModule.h"
25VTK_ABI_NAMESPACE_BEGIN
50 vtkSetMacro(ShrinkPercentage,
double);
51 vtkGetMacro(ShrinkPercentage,
double);
@ FIELD_ASSOCIATION_VERTICES
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
converts a tree to a polygonal data representing radial space filling tree.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTreeRingToPolyData() override
static vtkTreeRingToPolyData * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void SetSectorsArrayName(const char *name)
The field containing quadruples of the form (start angle, end angle, inner radius,...