Go to the documentation of this file.
39 #ifndef vtkCaptionRepresentation_h
40 #define vtkCaptionRepresentation_h
42 #include "vtkInteractionWidgetsModule.h"
72 void SetAnchorPosition(
double pos[3]);
73 void GetAnchorPosition(
double pos[3]);
120 vtkSetClampMacro(FontFactor,
double, 0.1, 10.0);
121 vtkGetMacro(FontFactor,
double);
133 int DisplayAttachmentPoint[2];
140 virtual void AdjustCaptionBoundary();
void GetSize(double size[2]) override
vtkCaptionActor2D * CaptionActor2D
represent a vtkBorderWidget
represent the position of a point in 3D space
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkBorderRepresentation * New()
Instantiate this class.
represents vtkCaptionWidget in the scene
void BuildRepresentation() override
Subclasses should implement these methods.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
void GetActors2D(vtkPropCollection *) override
These methods are necessary to make this representation behave as a vtkProp.
vtkPointHandleRepresentation3D * AnchorRepresentation
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
a simple class to control print indentation
vtkConeSource * CaptionGlyph
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
abstract specification for Viewports
draw text label associated with a point
abstract specification for renderers
int RenderOverlay(vtkViewport *) override
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...