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();
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkCaptionActor2D * CaptionActor2D
represent a vtkBorderWidget
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
represent the position of a point in 3D space
static vtkBorderRepresentation * New()
Instantiate this class.
represents vtkCaptionWidget in the scene
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void GetSize(double size[2])
window superclass for vtkRenderWindow
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkPointHandleRepresentation3D * AnchorRepresentation
a simple class to control print indentation
virtual void BuildRepresentation()
Subclasses should implement these methods.
vtkConeSource * CaptionGlyph
abstract specification for Viewports
virtual int RenderOverlay(vtkViewport *)
draw text label associated with a point
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
abstract specification for renderers