VTK  9.1.0
vtkLabelSizeCalculator.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkLabelSizeCalculator.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
37#ifndef vtkLabelSizeCalculator_h
38#define vtkLabelSizeCalculator_h
39
41#include "vtkRenderingLabelModule.h" // For export macro
42
43class vtkIntArray;
44class vtkTextRenderer;
45class vtkStringArray;
46class vtkTextProperty;
47
48class VTKRENDERINGLABEL_EXPORT vtkLabelSizeCalculator : public vtkPassInputTypeAlgorithm
49{
50public:
52 void PrintSelf(ostream& os, vtkIndent indent) override;
54
56
62 virtual void SetFontProperty(vtkTextProperty* fontProp, int type = 0);
65
67
71 vtkSetStringMacro(LabelSizeArrayName);
72 vtkGetStringMacro(LabelSizeArrayName);
74
76
80 vtkSetMacro(DPI, int);
81 vtkGetMacro(DPI, int);
83
84protected:
87
90 vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) override;
91
93
94 virtual void SetFontUtil(vtkTextRenderer* fontProp);
95 vtkGetObjectMacro(FontUtil, vtkTextRenderer);
96
99
100 int DPI;
101
102 class Internals;
103 Internals* Implementation;
104
105private:
107 void operator=(const vtkLabelSizeCalculator&) = delete;
108};
109
110#endif // vtkLabelSizeCalculator_h
Abstract superclass for all arrays.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
dynamic, self-adjusting array of int
Definition: vtkIntArray.h:149
This filter takes an input dataset, an array to process (which must be a string array),...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual vtkIntArray * LabelSizesForArray(vtkAbstractArray *labels, vtkIntArray *types)
~vtkLabelSizeCalculator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
virtual void SetFontProperty(vtkTextProperty *fontProp, int type=0)
Get/Set the font used compute label sizes.
virtual vtkTextProperty * GetFontProperty(int type=0)
Get/Set the font used compute label sizes.
virtual void SetFontUtil(vtkTextRenderer *fontProp)
static vtkLabelSizeCalculator * New()
Superclass for algorithms that produce output of the same type as input.
a vtkAbstractArray subclass for strings
represent text properties.
Interface for generating images and path data from string data, using multiple backends.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
@ type
Definition: vtkX3D.h:522