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