27 #ifndef vtkCornerAnnotation_h
28 #define vtkCornerAnnotation_h
31 #include "vtkRenderingAnnotationModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
71 vtkSetMacro(MaximumLineHeight,
double);
72 vtkGetMacro(MaximumLineHeight,
double);
80 vtkSetMacro(MinimumFontSize,
int);
81 vtkGetMacro(MinimumFontSize,
int);
82 vtkSetMacro(MaximumFontSize,
int);
83 vtkGetMacro(MaximumFontSize,
int);
96 vtkSetMacro(LinearFontScaleFactor,
double);
97 vtkGetMacro(LinearFontScaleFactor,
double);
98 vtkSetMacro(NonlinearFontScaleFactor,
double);
99 vtkGetMacro(NonlinearFontScaleFactor,
double);
125 static const int NumTextPositions = 8;
133 void SetText(
int i,
const char* text);
134 const char* GetText(
int i);
135 void ClearAllTexts();
160 vtkSetMacro(LevelShift,
double);
161 vtkGetMacro(LevelShift,
double);
168 vtkSetMacro(LevelScale,
double);
169 vtkGetMacro(LevelScale,
double);
203 char* CornerText[NumTextPositions];
228 virtual void SetTextActorsPosition(
const int vsize[2]);
229 virtual void SetTextActorsJustification();
237 VTK_ABI_NAMESPACE_END
text annotation in four corners
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Draw the scalar bar and annotation text to the screen.
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
Uses the left edge center.
vtkTextProperty * TextProperty
Uses the lower edge center.
abstract specification for Viewports
Uses the upper left corner.
Map an image through a lookup table and/or a window/level.
a actor that draws 2D data
record modification and/or execution time
vtkImageMapToWindowLevelColors * WindowLevel
window superclass for vtkRenderWindow
TextPosition
Position used to get or set the corner annotation text.
double NonlinearFontScaleFactor
draw an image in a rendered 3D scene
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
vtkImageActor * ImageActor
a simple class to control print indentation
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
Uses the upper right corner.
represent text properties.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
vtkTypeBool ShowSliceAndImage
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
double LinearFontScaleFactor
Uses the right edge center.
Uses the lower right corner.
vtkImageActor * LastImageActor
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.