Go to the documentation of this file.
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);
156 #endif // vtkPointSetToLabelHierarchy_h
virtual void SetBoundedSizeArrayName(const char *name)
Set/get the maximum text width (in world coordinates) array name.
virtual void SetOrientationArrayName(const char *name)
Set/get the text orientation array name.
virtual const char * GetBoundedSizeArrayName()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetSizeArrayName(const char *name)
Set/get the priority array name.
virtual void SetLabelArrayName(const char *name)
Set/get the label array name.
virtual const char * GetOrientationArrayName()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
virtual const char * GetIconIndexArrayName()
virtual const char * GetSizeArrayName()
~vtkPointSetToLabelHierarchy() override
Superclass for algorithms that produce only label hierarchies as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
build a label hierarchy for a graph or point set.
represent text properties.
virtual void SetTextProperty(vtkTextProperty *tprop)
Set/get the text property assigned to the hierarchy.
static vtkPointSetToLabelHierarchy * New()
virtual const char * GetPriorityArrayName()
vtkPointSetToLabelHierarchy()
virtual void SetPriorityArrayName(const char *name)
Set/get the priority array name.
virtual void SetIconIndexArrayName(const char *name)
Set/get the icon index array name.
virtual const char * GetLabelArrayName()
vtkTextProperty * TextProperty