 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkTreeRingToPolyData_h
36 #define vtkTreeRingToPolyData_h
38 #include "vtkInfovisLayoutModule.h"
65 vtkSetMacro(ShrinkPercentage,
double);
66 vtkGetMacro(ShrinkPercentage,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
@ FIELD_ASSOCIATION_VERTICES
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.