38 #ifndef __vtkPointSetToLabelHierarchy_h
39 #define __vtkPointSetToLabelHierarchy_h
55 vtkSetMacro(TargetLabelCount,
int);
56 vtkGetMacro(TargetLabelCount,
int);
61 vtkSetMacro(MaximumDepth,
int);
62 vtkGetMacro(MaximumDepth,
int);
67 vtkSetMacro(UseUnicodeStrings,
bool);
68 vtkGetMacro(UseUnicodeStrings,
bool);
69 vtkBooleanMacro(UseUnicodeStrings,
bool);
74 virtual void SetLabelArrayName(
const char*
name);
75 virtual const char* GetLabelArrayName();
80 virtual void SetSizeArrayName(
const char*
name);
81 virtual const char* GetSizeArrayName();
86 virtual void SetPriorityArrayName(
const char*
name);
87 virtual const char* GetPriorityArrayName();
92 virtual void SetIconIndexArrayName(
const char*
name);
93 virtual const char* GetIconIndexArrayName();
98 virtual void SetOrientationArrayName(
const char*
name);
99 virtual const char* GetOrientationArrayName();
104 virtual void SetBoundedSizeArrayName(
const char*
name);
105 virtual const char* GetBoundedSizeArrayName();
135 #endif // __vtkPointSetToLabelHierarchy_h
vtkTextProperty * TextProperty
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
represent text properties.
build a label hierarchy for a graph or point set.
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkLabelHierarchyAlgorithm * New()
Superclass for algorithms that produce only label hierarchies as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)