Go to the documentation of this file.
32 #ifndef vtkTreeRingToPolyData_h
33 #define vtkTreeRingToPolyData_h
35 #include "vtkInfovisLayoutModule.h"
61 vtkGetMacro(ShrinkPercentage,
double);
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
@ FIELD_ASSOCIATION_VERTICES
static vtkTreeRingToPolyData * New()
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,...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void SetInputArrayToProcess(int idx, int port, int connection, int fieldAssociation, const char *name)
Set the input data arrays that this algorithm will process.
converts a tree to a polygonal data representing radial space filling tree.
Superclass for algorithms that produce only polydata as output.