39 #ifndef vtkPointSetToLabelHierarchy_h
40 #define vtkPointSetToLabelHierarchy_h
42 #include "vtkRenderingLabelModule.h"
58 vtkSetMacro(TargetLabelCount,
int);
59 vtkGetMacro(TargetLabelCount,
int);
66 vtkSetMacro(MaximumDepth,
int);
67 vtkGetMacro(MaximumDepth,
int);
74 vtkSetMacro(UseUnicodeStrings,
bool);
75 vtkGetMacro(UseUnicodeStrings,
bool);
76 vtkBooleanMacro(UseUnicodeStrings,
bool);
83 virtual void SetLabelArrayName(
const char*
name);
84 virtual const char* GetLabelArrayName();
91 virtual void SetSizeArrayName(
const char*
name);
92 virtual const char* GetSizeArrayName();
99 virtual void SetPriorityArrayName(
const char*
name);
100 virtual const char* GetPriorityArrayName();
107 virtual void SetIconIndexArrayName(
const char*
name);
108 virtual const char* GetIconIndexArrayName();
115 virtual void SetOrientationArrayName(
const char*
name);
116 virtual const char* GetOrientationArrayName();
123 virtual void SetBoundedSizeArrayName(
const char*
name);
124 virtual const char* GetBoundedSizeArrayName();
156 #endif // vtkPointSetToLabelHierarchy_h