20 #ifndef vtkBillboardTextActor3D_h 21 #define vtkBillboardTextActor3D_h 23 #include "vtkRenderingCoreModule.h" 42 void PrintSelf(ostream &os,
vtkIndent indent) override;
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();
86 vtkTypeBool HasTranslucentPolygonalGeometry() override;
97 int RenderTranslucentPolygonalGeometry(
vtkViewport *vp) override;
99 void ReleaseGraphicsResources(
vtkWindow *win) override;
100 double *GetBounds() override;
107 vtkGetVector3Macro(AnchorDC,
double)
111 ~vtkBillboardTextActor3D() override;
135 int DisplayOffset[2];
157 vtkBillboardTextActor3D(const vtkBillboardTextActor3D&) = delete;
158 void operator=(const vtkBillboardTextActor3D&) = delete;
161 #endif // vtkBillboardTextActor3D_h represents an object (geometry & properties) in a rendered scene
abstract specification for Viewports
Renders pixel-aligned text, facing the camera, anchored at a 3D point.
record modification and/or execution time
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.
represents an 3D object for placement in a rendered scene
concrete dataset represents vertices, lines, polygons, and triangle strips
window superclass for vtkRenderWindow
a simple class to control print indentation
topologically and geometrically regular array of data
handles properties associated with a texture map
represent text properties.
map vtkPolyData to graphics primitives
Interface for generating images and path data from string data, using multiple backends.
Allocate and hold a VTK object.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...