35 #ifndef __vtkCornerAnnotation_h
36 #define __vtkCornerAnnotation_h
69 vtkSetMacro(MaximumLineHeight,
double);
70 vtkGetMacro(MaximumLineHeight,
double);
76 vtkSetMacro(MinimumFontSize,
int);
77 vtkGetMacro(MinimumFontSize,
int);
78 vtkSetMacro(MaximumFontSize,
int);
79 vtkGetMacro(MaximumFontSize,
int);
89 vtkSetMacro( LinearFontScaleFactor,
double );
90 vtkGetMacro( LinearFontScaleFactor,
double );
91 vtkSetMacro( NonlinearFontScaleFactor,
double );
92 vtkGetMacro( NonlinearFontScaleFactor,
double );
102 void SetText(
int i,
const char *text);
103 const char* GetText(
int i);
104 void ClearAllTexts();
123 vtkSetMacro(LevelShift,
double);
124 vtkGetMacro(LevelShift,
double);
129 vtkSetMacro(LevelScale,
double);
130 vtkGetMacro(LevelScale,
double);
142 vtkBooleanMacro(ShowSliceAndImage,
int);
143 vtkSetMacro(ShowSliceAndImage,
int);
144 vtkGetMacro(ShowSliceAndImage,
int);
179 virtual void TextReplace(
185 virtual void SetTextActorsPosition(
int vsize[2]);
186 virtual void SetTextActorsJustification();
text annotation in four corners
vtkTextProperty * TextProperty
virtual void ReleaseGraphicsResources(vtkWindow *)
abstract specification for Viewports
map the input image through a lookup table and window / level it
a actor that draws 2D data
record modification and/or execution time
vtkImageMapToWindowLevelColors * WindowLevel
#define VTKRENDERINGANNOTATION_EXPORT
window superclass for vtkRenderWindow
double NonlinearFontScaleFactor
virtual int HasTranslucentPolygonalGeometry()
draw an image in a rendered 3D scene
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
vtkImageActor * ImageActor
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkActor2D * New()
represent text properties.
virtual int RenderOverlay(vtkViewport *viewport)
double LinearFontScaleFactor
vtkImageActor * LastImageActor
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)