58#ifndef vtkCaptionActor2D_h
59#define vtkCaptionActor2D_h
62#include "vtkRenderingAnnotationModule.h"
67class vtkCaptionActor2DConnection;
100 vtkWorldCoordinateMacro(AttachmentPoint);
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);
270 vtkCaptionActor2DConnection* LeaderGlyphConnectionHolder;
a actor that draws 2D data
represents an object (geometry & properties) in a rendered scene
Proxy object to connect input/output ports.
appends one or more polygonal datasets together
draw text label associated with a point
virtual void SetCaptionTextProperty(vtkTextProperty *p)
Set/Get the text property.
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
vtkTypeBool ThreeDimensionalLeader
void ShallowCopy(vtkProp *prop) override
Shallow copy of this scaled text actor.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
virtual void SetLeaderGlyphConnection(vtkAlgorithmOutput *)
Specify a glyph to be used as the leader "head".
static vtkCaptionActor2D * New()
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual void SetLeaderGlyphData(vtkPolyData *)
Specify a glyph to be used as the leader "head".
vtkTypeBool AttachEdgeOnly
virtual char * GetCaption()
Define the text to be placed in the caption.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkCaptionActor2D() override
int RenderOverlay(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
vtkCoordinate * AttachmentPointCoordinate
int MaximumLeaderGlyphSize
virtual vtkPolyData * GetLeaderGlyph()
Specify a glyph to be used as the leader "head".
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual void SetCaption(const char *caption)
Define the text to be placed in the caption.
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
copy oriented and scaled glyph geometry to every input point (2D specialization)
copy oriented and scaled glyph geometry to every input point
a simple class to control print indentation
draw vtkPolyData onto the image plane
map vtkPolyData to graphics primitives
concrete dataset represents vertices, lines, polygons, and triangle strips
abstract superclass for all actors, volumes and annotations
An actor that displays text.
represent text properties.
abstract specification for Viewports
window superclass for vtkRenderWindow