33 #ifndef vtkPointSetToLabelHierarchy_h 34 #define vtkPointSetToLabelHierarchy_h 37 #include "vtkRenderingLabelModule.h" 52 vtkSetMacro(TargetLabelCount,
int);
53 vtkGetMacro(TargetLabelCount,
int);
60 vtkSetMacro(MaximumDepth,
int);
61 vtkGetMacro(MaximumDepth,
int);
68 vtkSetMacro(UseUnicodeStrings,
bool);
69 vtkGetMacro(UseUnicodeStrings,
bool);
70 vtkBooleanMacro(UseUnicodeStrings,
bool);
77 virtual void SetLabelArrayName(
const char*
name);
78 virtual const char* GetLabelArrayName();
85 virtual void SetSizeArrayName(
const char*
name);
86 virtual const char* GetSizeArrayName();
93 virtual void SetPriorityArrayName(
const char*
name);
94 virtual const char* GetPriorityArrayName();
101 virtual void SetIconIndexArrayName(
const char*
name);
102 virtual const char* GetIconIndexArrayName();
109 virtual void SetOrientationArrayName(
const char*
name);
110 virtual const char* GetOrientationArrayName();
117 virtual void SetBoundedSizeArrayName(
const char*
name);
118 virtual const char* GetBoundedSizeArrayName();
148 #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.