VTK  9.1.0
vtkPointSetToLabelHierarchy.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPointSetToLabelHierarchy.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
15/*-------------------------------------------------------------------------
16 Copyright 2008 Sandia Corporation.
17 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18 the U.S. Government retains certain rights in this software.
19-------------------------------------------------------------------------*/
42#ifndef vtkPointSetToLabelHierarchy_h
43#define vtkPointSetToLabelHierarchy_h
44
46#include "vtkRenderingLabelModule.h" // For export macro
47
48class vtkTextProperty;
49
50class VTKRENDERINGLABEL_EXPORT vtkPointSetToLabelHierarchy : public vtkLabelHierarchyAlgorithm
51{
52public:
55 void PrintSelf(ostream& os, vtkIndent indent) override;
56
58
61 vtkSetMacro(TargetLabelCount, int);
62 vtkGetMacro(TargetLabelCount, int);
64
66
69 vtkSetMacro(MaximumDepth, int);
70 vtkGetMacro(MaximumDepth, int);
72
74
77 vtkSetMacro(UseUnicodeStrings, bool);
78 vtkGetMacro(UseUnicodeStrings, bool);
79 vtkBooleanMacro(UseUnicodeStrings, bool);
81
83
86 virtual void SetLabelArrayName(const char* name);
87 virtual const char* GetLabelArrayName();
89
91
94 virtual void SetSizeArrayName(const char* name);
95 virtual const char* GetSizeArrayName();
97
99
102 virtual void SetPriorityArrayName(const char* name);
103 virtual const char* GetPriorityArrayName();
105
107
110 virtual void SetIconIndexArrayName(const char* name);
111 virtual const char* GetIconIndexArrayName();
113
115
118 virtual void SetOrientationArrayName(const char* name);
119 virtual const char* GetOrientationArrayName();
121
123
126 virtual void SetBoundedSizeArrayName(const char* name);
127 virtual const char* GetBoundedSizeArrayName();
129
131
134 virtual void SetTextProperty(vtkTextProperty* tprop);
135 vtkGetObjectMacro(TextProperty, vtkTextProperty);
137
138protected:
141
143
145 vtkInformationVector* outputVector) override;
146
151
152private:
154 void operator=(const vtkPointSetToLabelHierarchy&) = delete;
155};
156
157#endif // vtkPointSetToLabelHierarchy_h
a simple class to control print indentation
Definition: vtkIndent.h:43
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only label hierarchies as output.
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.
virtual void SetPriorityArrayName(const char *name)
Set/get the priority array name.
virtual const char * GetIconIndexArrayName()
Set/get the icon index array name.
virtual void SetOrientationArrayName(const char *name)
Set/get the text orientation array name.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual const char * GetBoundedSizeArrayName()
Set/get the maximum text width (in world coordinates) array name.
~vtkPointSetToLabelHierarchy() override
virtual void SetSizeArrayName(const char *name)
Set/get the priority array name.
virtual void SetBoundedSizeArrayName(const char *name)
Set/get the maximum text width (in world coordinates) array name.
virtual const char * GetSizeArrayName()
Set/get the priority array name.
static vtkPointSetToLabelHierarchy * New()
virtual void SetLabelArrayName(const char *name)
Set/get the label array name.
virtual const char * GetPriorityArrayName()
Set/get the priority array name.
virtual void SetTextProperty(vtkTextProperty *tprop)
Set/get the text property assigned to the hierarchy.
virtual void SetIconIndexArrayName(const char *name)
Set/get the icon index array name.
virtual const char * GetOrientationArrayName()
Set/get the text orientation array name.
virtual const char * GetLabelArrayName()
Set/get the label array name.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
represent text properties.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
@ name
Definition: vtkX3D.h:225