35#ifndef vtkTreeRingToPolyData_h
36#define vtkTreeRingToPolyData_h
38#include "vtkInfovisLayoutModule.h"
65 vtkSetMacro(ShrinkPercentage,
double);
66 vtkGetMacro(ShrinkPercentage,
double);
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
@ 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,...