 |
VTK
9.1.0
|
Go to the documentation of this file.
23 #ifndef vtkLabelRenderStrategy_h
24 #define vtkLabelRenderStrategy_h
27 #include "vtkRenderingLabelModule.h"
80 "Use void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, double bds[4])")
81 virtual
void ComputeLabelBounds(
105 virtual
void StartFrame() {}
vtkTextProperty * DefaultTextProperty
virtual void EndFrame()
End a rendering frame.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract base class for most VTK objects
#define VTK_DEPRECATED_IN_9_1_0(reason)
virtual bool SupportsBoundedSize()
Whether the text rendering strategy supports bounded size.
window superclass for vtkRenderWindow
virtual void SetDefaultTextProperty(vtkTextProperty *tprop)
Set the default text property for the strategy.
~vtkLabelRenderStrategy() override
a simple class to control print indentation
String class that stores Unicode text.
Superclass for label rendering implementations.
represent text properties.
virtual void SetRenderer(vtkRenderer *ren)
Set the renderer associated with this strategy.
virtual bool SupportsRotation()
Whether the text rendering strategy supports rotation.
abstract specification for renderers
Wrapper around std::string to keep symbols short.
virtual void ComputeLabelBounds(vtkTextProperty *tprop, vtkStdString label, double bds[4])
Compute the bounds of a label.
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this strategy.