39 #ifndef vtkCornerAnnotation_h 
   40 #define vtkCornerAnnotation_h 
   42 #include "vtkRenderingAnnotationModule.h"  
   83   vtkGetMacro(MaximumLineHeight,
double);
 
   92   vtkGetMacro(MinimumFontSize,
int);
 
   94   vtkGetMacro(MaximumFontSize,
int);
 
  108   vtkGetMacro( LinearFontScaleFactor, 
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();
 
  172   vtkGetMacro(LevelShift, 
double);
 
  180   vtkGetMacro(LevelScale, 
double);
 
  197   vtkGetMacro(ShowSliceAndImage, 
int);
 
  214   char *CornerText[NumTextPositions];
 
  233   virtual void TextReplace(
 
  240   virtual void SetTextActorsPosition(
int vsize[2]);
 
  241   virtual void SetTextActorsJustification();
 
text annotation in four corners 
 
Uses the left edge center. 
 
vtkTextProperty * TextProperty
 
Uses the lower edge center. 
 
abstract specification for Viewports 
 
Uses the upper left corner. 
 
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
 
virtual int HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry? 
 
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 
 
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. 
 
virtual void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor. 
 
represent text properties. 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
virtual int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods. 
 
virtual int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods. 
 
double LinearFontScaleFactor
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
Uses the right edge center. 
 
Uses the lower right corner. 
 
vtkImageActor * LastImageActor
 
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
Draw the scalar bar and annotation text to the screen. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.