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];
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
vtkCaptionActor2D * CaptionActor2D
represent a vtkBorderWidget
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
represent the position of a point in 3D space
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
represents vtkCaptionWidget in the scene
vtkCaptionRepresentation()
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void GetSize(double size[2])
window superclass for vtkRenderWindow
void SetCaptionActor2D(vtkCaptionActor2D *captionActor)
Specify the vtkCaptionActor2D to manage.
vtkPointHandleRepresentation3D * AnchorRepresentation
virtual void BuildRepresentation()
Satisfy the superclasses API.
a simple class to control print indentation
virtual int RenderOverlay(vtkViewport *)
vtkConeSource * CaptionGlyph
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...
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.
~vtkCaptionRepresentation()
void SetAnchorRepresentation(vtkPointHandleRepresentation3D *)
Set and get the instances of vtkPointHandleRepresention3D used to implement this representation.
virtual void AdjustCaptionBoundary()