36 #ifndef vtkPointSetToLabelHierarchy_h
37 #define vtkPointSetToLabelHierarchy_h
40 #include "vtkRenderingLabelModule.h"
55 vtkSetMacro(TargetLabelCount,
int);
56 vtkGetMacro(TargetLabelCount,
int);
63 vtkSetMacro(MaximumDepth,
int);
64 vtkGetMacro(MaximumDepth,
int);
71 virtual void SetLabelArrayName(
const char*
name);
72 virtual const char* GetLabelArrayName();
79 virtual void SetSizeArrayName(
const char*
name);
80 virtual const char* GetSizeArrayName();
87 virtual void SetPriorityArrayName(
const char*
name);
88 virtual const char* GetPriorityArrayName();
95 virtual void SetIconIndexArrayName(
const char*
name);
96 virtual const char* GetIconIndexArrayName();
103 virtual void SetOrientationArrayName(
const char*
name);
104 virtual const char* GetOrientationArrayName();
111 virtual void SetBoundedSizeArrayName(
const char*
name);
112 virtual const char* GetBoundedSizeArrayName();
141 #endif // vtkPointSetToLabelHierarchy_h
vtkTextProperty * TextProperty
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
represent text properties.
build a label hierarchy for a graph or point set.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkLabelHierarchyAlgorithm * New()
Superclass for algorithms that produce only label hierarchies as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.