39 #ifndef vtkCaptionRepresentation_h
40 #define vtkCaptionRepresentation_h
42 #include "vtkInteractionWidgetsModule.h"
72 void SetAnchorPosition(
double pos[3]);
73 void GetAnchorPosition(
double pos[3]);
100 {size[0]=2.0; size[1]=2.0;}
120 vtkSetClampMacro(FontFactor,
double, 0.1, 10.0);
121 vtkGetMacro(FontFactor,
double);
133 int DisplayAttachmentPoint[2];
140 virtual void AdjustCaptionBoundary();
vtkConeSource * CaptionGlyph
void PrintSelf(ostream &os, vtkIndent indent)
Define standard methods.
represent the position of a point in 3D space
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void GetActors2D(vtkPropCollection *)
These methods are necessary to make this representation behave as a vtkProp.
abstract specification for renderers
static vtkBorderRepresentation * New()
Instantiate this class.
window superclass for vtkRenderWindow
represents vtkCaptionWidget in the scene
a simple class to control print indentation
virtual int RenderOpaqueGeometry(vtkViewport *)
These methods are necessary to make this representation behave as a vtkProp.
virtual void BuildRepresentation()
Subclasses should implement these methods.
vtkCaptionActor2D * CaptionActor2D
virtual int RenderOverlay(vtkViewport *)
These methods are necessary to make this representation behave as a vtkProp.
represent a vtkBorderWidget
virtual void GetSize(double size[2])
Subclasses should implement these methods.
draw text label associated with a point
virtual int HasTranslucentPolygonalGeometry()
These methods are necessary to make this representation behave as a vtkProp.
virtual void ReleaseGraphicsResources(vtkWindow *)
These methods are necessary to make this representation behave as a vtkProp.
vtkPointHandleRepresentation3D * AnchorRepresentation