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