37 #ifndef vtkLabelSizeCalculator_h
38 #define vtkLabelSizeCalculator_h
40 #include "vtkRenderingLabelModule.h"
71 vtkSetStringMacro(LabelSizeArrayName);
86 ~vtkLabelSizeCalculator() VTK_OVERRIDE;
99 vtkTextRenderer* FontUtil;
100 char* LabelSizeArrayName;
105 Internals* Implementation;
108 vtkLabelSizeCalculator( const vtkLabelSizeCalculator& ) VTK_DELETE_FUNCTION;
109 void operator = ( const vtkLabelSizeCalculator& ) VTK_DELETE_FUNCTION;
112 #endif // vtkLabelSizeCalculator_h
Abstract superclass for all arrays.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of int
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
represent text properties.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Interface for generating images and path data from string data, using multiple backends.
This filter takes an input dataset, an array to process (which must be a string array), and a text property.