Go to the documentation of this file.
20 #ifndef vtkBillboardTextActor3D_h
21 #define vtkBillboardTextActor3D_h
23 #include "vtkRenderingCoreModule.h"
48 void SetInput(
const char *in);
49 vtkGetStringMacro(Input)
57 vtkGetVector2Macro(DisplayOffset,
int)
58 vtkSetVector2Macro(DisplayOffset,
int)
73 virtual void SetForceOpaque(
bool opaque);
74 virtual bool GetForceOpaque();
75 virtual void ForceOpaqueOn();
76 virtual void ForceOpaqueOff();
77 virtual void SetForceTranslucent(
bool trans);
78 virtual bool GetForceTranslucent();
79 virtual void ForceTranslucentOn();
80 virtual void ForceTranslucentOff();
107 vtkGetVector3Macro(AnchorDC,
double)
135 int DisplayOffset[2];
161 #endif // vtkBillboardTextActor3D_h
map vtkPolyData to graphics primitives
vtkNew< vtkPolyDataMapper > QuadMapper
represents an 3D object for placement in a rendered scene
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.
record modification and/or execution time
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
Renders pixel-aligned text, facing the camera, anchored at a 3D point.
vtkNew< vtkImageData > Image
double * GetBounds() override=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
window superclass for vtkRenderWindow
virtual vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkNew< vtkActor > QuadActor
vtkSmartPointer< vtkRenderer > RenderedRenderer
handles properties associated with a texture map
represents an object (geometry & properties) in a rendered scene
topologically and geometrically regular array of data
a simple class to control print indentation
virtual double * GetBounds()
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
represent text properties.
vtkNew< vtkPolyData > Quad
vtkNew< vtkTextRenderer > TextRenderer
Interface for generating images and path data from string data, using multiple backends.
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTextProperty * TextProperty
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
vtkNew< vtkTexture > Texture