 |
VTK
9.1.0
|
Go to the documentation of this file.
124 #ifndef vtkCaptionActor2D_h
125 #define vtkCaptionActor2D_h
128 #include "vtkRenderingAnnotationModule.h"
133 class vtkCaptionActor2DConnection;
166 vtkWorldCoordinateMacro(AttachmentPoint);
219 vtkSetClampMacro(LeaderGlyphSize,
double, 0.0, 0.1);
220 vtkGetMacro(LeaderGlyphSize,
double);
229 vtkSetClampMacro(MaximumLeaderGlyphSize,
int, 1, 1000);
230 vtkGetMacro(MaximumLeaderGlyphSize,
int);
238 vtkSetClampMacro(Padding,
int, 0, 50);
239 vtkGetMacro(Padding,
int);
336 vtkCaptionActor2DConnection* LeaderGlyphConnectionHolder;
map vtkPolyData to graphics primitives
draw vtkPolyData onto the image plane
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetLeaderGlyphConnection(vtkAlgorithmOutput *)
Specify a glyph to be used as the leader "head".
virtual char * GetCaption()
Define the text to be placed in the caption.
void ShallowCopy(vtkProp *prop) override
Shallow copy of this scaled text actor.
virtual void SetCaptionTextProperty(vtkTextProperty *p)
Set/Get the text property.
virtual void SetLeaderGlyphData(vtkPolyData *)
Specify a glyph to be used as the leader "head".
copy oriented and scaled glyph geometry to every input point (2D specialization)
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
static vtkCaptionActor2D * New()
~vtkCaptionActor2D() override
window superclass for vtkRenderWindow
appends one or more polygonal datasets together
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.
int MaximumLeaderGlyphSize
represents an object (geometry & properties) in a rendered scene
An actor that displays text.
a simple class to control print indentation
int RenderOverlay(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
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
Proxy object to connect input/output ports.
concrete dataset represents vertices, lines, polygons, and triangle strips
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
vtkTypeBool AttachEdgeOnly