Go to the documentation of this file.
58 #ifndef vtkCaptionActor2D_h
59 #define vtkCaptionActor2D_h
61 #include "vtkRenderingAnnotationModule.h"
67 class vtkCaptionActor2DConnection;
90 virtual void SetCaption(
const char* caption);
91 virtual char* GetCaption();
100 vtkWorldCoordinateMacro(AttachmentPoint);
128 vtkBooleanMacro(ThreeDimensionalLeader,
vtkTypeBool);
153 vtkSetClampMacro(LeaderGlyphSize,
double,0.0,0.1);
154 vtkGetMacro(LeaderGlyphSize,
double);
163 vtkSetClampMacro(MaximumLeaderGlyphSize,
int,1,1000);
164 vtkGetMacro(MaximumLeaderGlyphSize,
int);
172 vtkSetClampMacro(Padding,
int, 0, 50);
173 vtkGetMacro(Padding,
int);
271 vtkCaptionActor2DConnection* LeaderGlyphConnectionHolder;
map vtkPolyData to graphics primitives
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
draw vtkPolyData onto the image plane
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkActor2D.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
copy oriented and scaled glyph geometry to every input point (2D specialization)
window superclass for vtkRenderWindow
appends one or more polygonal datasets together
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
int MaximumLeaderGlyphSize
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
represents an object (geometry & properties) in a rendered scene
An actor that displays text. Scaled or unscaled.
a simple class to control print indentation
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
vtkCoordinate * AttachmentPointCoordinate
abstract specification for Viewports
vtkTypeBool ThreeDimensionalLeader
copy oriented and scaled glyph geometry to every input point
represent text properties.
abstract superclass for all actors, volumes and annotations
draw text label associated with a point
a actor that draws 2D data
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
vtkTypeBool AttachEdgeOnly