Go to the documentation of this file.
39 #ifndef vtkTextActor3D_h
40 #define vtkTextActor3D_h
42 #include "vtkRenderingCoreModule.h"
60 vtkSetStringMacro(Input);
int RenderOverlay(vtkViewport *viewport)
virtual double * GetBounds()
Get the bounds for this Prop3D as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
represents an 3D object for placement in a rendered scene
An actor that displays text.
record modification and/or execution time
vtkImageActor * ImageActor
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkTextActor3D * New()
virtual void SetTextProperty(vtkTextProperty *p)
Set/Get the text property.
static int GetRenderedDPI()
Since a 3D text actor is not pixel-aligned and positioned in 3D space, the text is rendered at a cons...
int RenderOpaqueGeometry(vtkViewport *viewport)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
window superclass for vtkRenderWindow
virtual int UpdateImageActor()
void GetBounds(double bounds[6])
void ShallowCopy(vtkProp *prop)
Shallow copy of this text actor.
topologically and geometrically regular array of data
a simple class to control print indentation
virtual int HasTranslucentPolygonalGeometry()
Does this prop have some translucent polygonal geometry?
vtkTextProperty * TextProperty
int GetBoundingBox(int bbox[4])
Get the vtkTextRenderer-derived bounding box for the given vtkTextProperty and text string str.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
abstract specification for Viewports
represent text properties.
abstract superclass for all actors, volumes and annotations
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
draw an image in a rendered 3D scene
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
virtual double * GetBounds()=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).