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