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() {}
a simple class to control print indentation
Superclass for label rendering implementations.
virtual bool SupportsRotation()
Whether the text rendering strategy supports rotation.
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.
virtual bool SupportsBoundedSize()
Whether the text rendering strategy supports bounded size.
virtual void SetRenderer(vtkRenderer *ren)
Set the renderer associated with this strategy.
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this strategy.
~vtkLabelRenderStrategy() override
vtkTextProperty * DefaultTextProperty
virtual void SetDefaultTextProperty(vtkTextProperty *tprop)
Set the default text property for the strategy.
virtual void ComputeLabelBounds(vtkTextProperty *tprop, vtkStdString label, double bds[4])
Compute the bounds of a label.
abstract base class for most VTK objects
abstract specification for renderers
Wrapper around std::string to keep symbols short.
represent text properties.
String class that stores Unicode text.
window superclass for vtkRenderWindow
#define VTK_DEPRECATED_IN_9_1_0(reason)