39 #ifndef vtkCornerAnnotation_h 40 #define vtkCornerAnnotation_h 42 #include "vtkRenderingAnnotationModule.h" 82 vtkSetMacro(MaximumLineHeight,
double);
83 vtkGetMacro(MaximumLineHeight,
double);
91 vtkSetMacro(MinimumFontSize,
int);
92 vtkGetMacro(MinimumFontSize,
int);
93 vtkSetMacro(MaximumFontSize,
int);
94 vtkGetMacro(MaximumFontSize,
int);
107 vtkSetMacro( LinearFontScaleFactor,
double );
108 vtkGetMacro( LinearFontScaleFactor,
double );
109 vtkSetMacro( NonlinearFontScaleFactor,
double );
110 vtkGetMacro( NonlinearFontScaleFactor,
double );
136 static const int NumTextPositions = 8;
144 void SetText(
int i,
const char *text);
145 const char* GetText(
int i);
146 void ClearAllTexts();
171 vtkSetMacro(LevelShift,
double);
172 vtkGetMacro(LevelShift,
double);
179 vtkSetMacro(LevelScale,
double);
180 vtkGetMacro(LevelScale,
double);
214 char *CornerText[NumTextPositions];
233 virtual void TextReplace(
240 virtual void SetTextActorsPosition(
int vsize[2]);
241 virtual void SetTextActorsJustification();
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.