36 #ifndef vtkTextActor3D_h 37 #define vtkTextActor3D_h 39 #include "vtkRenderingCoreModule.h" 58 vtkSetStringMacro(Input);
59 vtkGetStringMacro(Input);
95 int GetBoundingBox(
int bbox[4]);
110 virtual void SetForceOpaque(
bool opaque);
111 virtual bool GetForceOpaque();
112 virtual void ForceOpaqueOn();
113 virtual void ForceOpaqueOff();
114 virtual void SetForceTranslucent(
bool trans);
115 virtual bool GetForceTranslucent();
116 virtual void ForceTranslucentOn();
117 virtual void ForceTranslucentOff();
149 virtual int UpdateImageActor();
abstract superclass for all actors, volumes and annotations
vtkImageActor * ImageActor
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
abstract specification for Viewports
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual int RenderOverlay(vtkViewport *)
record modification and/or execution time
represents an 3D object for placement in a rendered scene
std::string LastInputString
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.
static int GetRenderedDPI()
Since a 3D text actor is not pixel-aligned and positioned in 3D space, the text is rendered at a cons...
void GetBounds(double bounds[6])
An actor that displays text.
#define VTK_SIZEHINT(...)
represent text properties.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkTextProperty * TextProperty