33 #ifndef vtkTextActor3D_h
34 #define vtkTextActor3D_h
36 #include "vtkRenderingCoreModule.h"
54 vtkSetStringMacro(Input);
91 int GetBoundingBox(
int bbox[4]);
106 virtual
void SetForceOpaque(
bool opaque);
107 virtual
bool GetForceOpaque();
108 virtual
void ForceOpaqueOn();
109 virtual
void ForceOpaqueOff();
110 virtual
void SetForceTranslucent(
bool trans);
111 virtual
bool GetForceTranslucent();
112 virtual
void ForceTranslucentOn();
113 virtual
void ForceTranslucentOff();
122 int RenderOpaqueGeometry(
vtkViewport* viewport) VTK_OVERRIDE;
123 int RenderTranslucentPolygonalGeometry(
vtkViewport* viewport) VTK_OVERRIDE;
124 int RenderOverlay(
vtkViewport* viewport) VTK_OVERRIDE;
130 int HasTranslucentPolygonalGeometry() VTK_OVERRIDE;
134 ~vtkTextActor3D() VTK_OVERRIDE;
144 virtual
int UpdateImageActor();
147 vtkTextActor3D(const vtkTextActor3D&) VTK_DELETE_FUNCTION;
148 void operator=(const vtkTextActor3D&) VTK_DELETE_FUNCTION;
abstract superclass for all actors, volumes and annotations
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
abstract specification for Viewports
record modification and/or execution time
represents an 3D object for placement in a rendered scene
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
window superclass for vtkRenderWindow
draw an image in a rendered 3D scene
a simple class to control print indentation
topologically and geometrically regular array of data
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkProp3D.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
static int GetRenderedDPI()
Since a 3D text actor is not pixel-aligned and positioned in 3D space, the text is rendered at a cons...
An actor that displays text.
represent text properties.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...