VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkCornerAnnotation Class Reference

text annotation in four corners More...

#include <vtkCornerAnnotation.h>

Inheritance diagram for vtkCornerAnnotation:
[legend]
Collaboration diagram for vtkCornerAnnotation:
[legend]

Public Types

typedef vtkActor2D Superclass
 
- Public Types inherited from vtkActor2D
typedef vtkProp Superclass
 
- Public Types inherited from vtkProp
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkCornerAnnotationNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int HasTranslucentPolygonalGeometry ()
 
virtual void ReleaseGraphicsResources (vtkWindow *)
 
int RenderOpaqueGeometry (vtkViewport *viewport)
 
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *)
 
int RenderOverlay (vtkViewport *viewport)
 
virtual void SetMaximumLineHeight (double)
 
virtual double GetMaximumLineHeight ()
 
virtual void SetMinimumFontSize (int)
 
virtual int GetMinimumFontSize ()
 
virtual void SetMaximumFontSize (int)
 
virtual int GetMaximumFontSize ()
 
virtual void SetLinearFontScaleFactor (double)
 
virtual double GetLinearFontScaleFactor ()
 
virtual void SetNonlinearFontScaleFactor (double)
 
virtual double GetNonlinearFontScaleFactor ()
 
void SetText (int i, const char *text)
 
const char * GetText (int i)
 
void ClearAllTexts ()
 
void CopyAllTextsFrom (vtkCornerAnnotation *ca)
 
void SetImageActor (vtkImageActor *)
 
virtual vtkImageActorGetImageActor ()
 
void SetWindowLevel (vtkImageMapToWindowLevelColors *)
 
virtual vtkImageMapToWindowLevelColorsGetWindowLevel ()
 
virtual void SetLevelShift (double)
 
virtual double GetLevelShift ()
 
virtual void SetLevelScale (double)
 
virtual double GetLevelScale ()
 
virtual void SetTextProperty (vtkTextProperty *p)
 
virtual vtkTextPropertyGetTextProperty ()
 
virtual void ShowSliceAndImageOn ()
 
virtual void ShowSliceAndImageOff ()
 
virtual void SetShowSliceAndImage (int)
 
virtual int GetShowSliceAndImage ()
 
- Public Member Functions inherited from vtkActor2D
void PrintSelf (ostream &os, vtkIndent indent)
 
vtkActor2DNewInstance () const
 
vtkProperty2DGetProperty ()
 
virtual void SetProperty (vtkProperty2D *)
 
void SetDisplayPosition (int, int)
 
virtual unsigned long GetMTime ()
 
virtual void GetActors2D (vtkPropCollection *pc)
 
virtual void ShallowCopy (vtkProp *prop)
 
virtual void SetMapper (vtkMapper2D *mapper)
 
virtual vtkMapper2DGetMapper ()
 
virtual void SetLayerNumber (int)
 
virtual int GetLayerNumber ()
 
virtual vtkCoordinateGetPositionCoordinate ()
 
virtual void SetPosition (float x[2])
 
virtual void SetPosition (float x, float y)
 
virtual floatGetPosition ()
 
virtual vtkCoordinateGetPosition2Coordinate ()
 
virtual void SetPosition2 (float x[2])
 
virtual void SetPosition2 (float x, float y)
 
virtual floatGetPosition2 ()
 
void SetWidth (double w)
 
double GetWidth ()
 
void SetHeight (double h)
 
double GetHeight ()
 
virtual vtkCoordinateGetActualPositionCoordinate (void)
 
virtual vtkCoordinateGetActualPosition2Coordinate (void)
 
- Public Member Functions inherited from vtkProp
vtkPropNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void Pick ()
 
virtual bool HasKeys (vtkInformation *requiredKeys)
 
virtual void BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path)
 
virtual void GetActors (vtkPropCollection *)
 
virtual void GetVolumes (vtkPropCollection *)
 
virtual void SetVisibility (int)
 
virtual int GetVisibility ()
 
virtual void VisibilityOn ()
 
virtual void VisibilityOff ()
 
virtual void SetPickable (int)
 
virtual int GetPickable ()
 
virtual void PickableOn ()
 
virtual void PickableOff ()
 
virtual void SetDragable (int)
 
virtual int GetDragable ()
 
virtual void DragableOn ()
 
virtual void DragableOff ()
 
virtual unsigned long GetRedrawMTime ()
 
virtual void SetUseBounds (bool)
 
virtual bool GetUseBounds ()
 
virtual void UseBoundsOn ()
 
virtual void UseBoundsOff ()
 
virtual doubleGetBounds ()
 
virtual void InitPathTraversal ()
 
virtual vtkAssemblyPathGetNextPath ()
 
virtual int GetNumberOfPaths ()
 
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
 
virtual vtkMatrix4x4GetMatrix ()
 
virtual vtkInformationGetPropertyKeys ()
 
virtual void SetPropertyKeys (vtkInformation *keys)
 
virtual int RenderVolumetricGeometry (vtkViewport *)
 
virtual bool RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 
virtual bool RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 
virtual bool RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys)
 
virtual double GetEstimatedRenderTime (vtkViewport *)
 
virtual double GetEstimatedRenderTime ()
 
virtual void SetEstimatedRenderTime (double t)
 
virtual void RestoreEstimatedRenderTime ()
 
virtual void AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp))
 
virtual void SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v))
 
virtual double GetAllocatedRenderTime ()
 
void SetRenderTimeMultiplier (double t)
 
virtual double GetRenderTimeMultiplier ()
 
virtual bool GetSupportsSelection ()
 
virtual int GetNumberOfConsumers ()
 
void AddConsumer (vtkObject *c)
 
void RemoveConsumer (vtkObject *c)
 
vtkObjectGetConsumer (int i)
 
int IsConsumer (vtkObject *c)
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkCornerAnnotationSafeDownCast (vtkObjectBase *o)
 
static vtkCornerAnnotationNew ()
 
- Static Public Member Functions inherited from vtkActor2D
static int IsTypeOf (const char *type)
 
static vtkActor2DSafeDownCast (vtkObjectBase *o)
 
static vtkActor2DNew ()
 
- Static Public Member Functions inherited from vtkProp
static int IsTypeOf (const char *type)
 
static vtkPropSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyGeneralTextureUnit ()
 
static vtkInformationDoubleVectorKeyGeneralTextureTransform ()
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkCornerAnnotation ()
 
 ~vtkCornerAnnotation ()
 
virtual void TextReplace (vtkImageActor *ia, vtkImageMapToWindowLevelColors *wl)
 
virtual void SetTextActorsPosition (int vsize[2])
 
virtual void SetTextActorsJustification ()
 
- Protected Member Functions inherited from vtkActor2D
 vtkActor2D ()
 
 ~vtkActor2D ()
 
- Protected Member Functions inherited from vtkProp
 vtkProp ()
 
 ~vtkProp ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

double MaximumLineHeight
 
vtkTextPropertyTextProperty
 
vtkImageMapToWindowLevelColorsWindowLevel
 
double LevelShift
 
double LevelScale
 
vtkImageActorImageActor
 
vtkImageActorLastImageActor
 
char * CornerText [NumTextPositions]
 
int FontSize
 
vtkActor2DTextActor [NumTextPositions]
 
vtkTimeStamp BuildTime
 
int LastSize [2]
 
vtkTextMapperTextMapper [NumTextPositions]
 
int MinimumFontSize
 
int MaximumFontSize
 
double LinearFontScaleFactor
 
double NonlinearFontScaleFactor
 
int ShowSliceAndImage
 
- Protected Attributes inherited from vtkActor2D
vtkMapper2DMapper
 
int LayerNumber
 
vtkProperty2DProperty
 
vtkCoordinatePositionCoordinate
 
vtkCoordinatePosition2Coordinate
 
- Protected Attributes inherited from vtkProp
int Visibility
 
int Pickable
 
int Dragable
 
bool UseBounds
 
double AllocatedRenderTime
 
double EstimatedRenderTime
 
double SavedEstimatedRenderTime
 
double RenderTimeMultiplier
 
int NumberOfConsumers
 
vtkObject ** Consumers
 
vtkAssemblyPathsPaths
 
vtkInformationPropertyKeys
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 
enum  TextPosition {
  LowerLeft = 0, LowerRight, UpperLeft, UpperRight,
  LowerEdge, RightEdge, LeftEdge, UpperEdge
}
 
static const int NumTextPositions = 8
 

Detailed Description

text annotation in four corners

This is an annotation object that manages four text actors / mappers to provide annotation in the four corners of a viewport

Special input text::
  • <image> : will be replaced with slice number (relative number)
  • <slice> : will be replaced with slice number (relative number)
  • <image_and_max> : will be replaced with slice number and slice max (relative)
  • <slice_and_max> : will be replaced with slice number and slice max (relative)
  • <slice_pos> : will be replaced by the position of the current slice
  • <window> : will be replaced with window value
  • <level> : will be replaced with level value
  • <window_level> : will be replaced with window and level value
See also
vtkActor2D vtkTextMapper
Tests:
vtkCornerAnnotation (Tests)

Definition at line 49 of file vtkCornerAnnotation.h.

Member Typedef Documentation

Definition at line 52 of file vtkCornerAnnotation.h.

Member Enumeration Documentation

Position used to get or set the corner annotation text.

See also
GetText(), SetText()
Enumerator
LowerLeft 

Uses the lower left corner.

LowerRight 

Uses the lower right corner.

UpperLeft 

Uses the upper left corner.

UpperRight 

Uses the upper right corner.

LowerEdge 

Uses the lower edge center.

RightEdge 

Uses the right edge center.

LeftEdge 

Uses the left edge center.

UpperEdge 

Uses the upper edge center.

Definition at line 106 of file vtkCornerAnnotation.h.

Constructor & Destructor Documentation

vtkCornerAnnotation::vtkCornerAnnotation ( )
protected
vtkCornerAnnotation::~vtkCornerAnnotation ( )
protected

Member Function Documentation

static int vtkCornerAnnotation::IsTypeOf ( const char *  type)
static
virtual int vtkCornerAnnotation::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkActor2D.

static vtkCornerAnnotation* vtkCornerAnnotation::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkCornerAnnotation::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkActor2D.

vtkCornerAnnotation* vtkCornerAnnotation::NewInstance ( ) const
void vtkCornerAnnotation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

static vtkCornerAnnotation* vtkCornerAnnotation::New ( )
static

Instantiate object with a rectangle in normaled view coordinates of (0.2,0.85, 0.8, 0.95).

int vtkCornerAnnotation::RenderOpaqueGeometry ( vtkViewport viewport)
virtual

Draw the scalar bar and annotation text to the screen.

Reimplemented from vtkActor2D.

virtual int vtkCornerAnnotation::RenderTranslucentPolygonalGeometry ( vtkViewport )
inlinevirtual

Draw the scalar bar and annotation text to the screen.

Reimplemented from vtkActor2D.

Definition at line 62 of file vtkCornerAnnotation.h.

int vtkCornerAnnotation::RenderOverlay ( vtkViewport viewport)
virtual

Draw the scalar bar and annotation text to the screen.

Reimplemented from vtkActor2D.

virtual int vtkCornerAnnotation::HasTranslucentPolygonalGeometry ( )
virtual

Does this prop have some translucent polygonal geometry?

Reimplemented from vtkActor2D.

virtual void vtkCornerAnnotation::SetMaximumLineHeight ( double  )
virtual

Set/Get the maximum height of a line of text as a percentage of the vertical area allocated to this scaled text actor. Defaults to 1.0

virtual double vtkCornerAnnotation::GetMaximumLineHeight ( )
virtual

Set/Get the maximum height of a line of text as a percentage of the vertical area allocated to this scaled text actor. Defaults to 1.0

virtual void vtkCornerAnnotation::SetMinimumFontSize ( int  )
virtual

Set/Get the minimum/maximum size font that will be shown. If the font drops below the minimum size it will not be rendered.

virtual int vtkCornerAnnotation::GetMinimumFontSize ( )
virtual

Set/Get the minimum/maximum size font that will be shown. If the font drops below the minimum size it will not be rendered.

virtual void vtkCornerAnnotation::SetMaximumFontSize ( int  )
virtual

Set/Get the minimum/maximum size font that will be shown. If the font drops below the minimum size it will not be rendered.

virtual int vtkCornerAnnotation::GetMaximumFontSize ( )
virtual

Set/Get the minimum/maximum size font that will be shown. If the font drops below the minimum size it will not be rendered.

virtual void vtkCornerAnnotation::SetLinearFontScaleFactor ( double  )
virtual

Set/Get font scaling factors The font size, f, is calculated as the largest possible value such that the annotations for the given viewport do not overlap. This font size is scaled non-linearly with the viewport size, to maintain an acceptable readable size at larger viewport sizes, without being too big. f' = linearScale * pow(f,nonlinearScale)

virtual double vtkCornerAnnotation::GetLinearFontScaleFactor ( )
virtual

Set/Get font scaling factors The font size, f, is calculated as the largest possible value such that the annotations for the given viewport do not overlap. This font size is scaled non-linearly with the viewport size, to maintain an acceptable readable size at larger viewport sizes, without being too big. f' = linearScale * pow(f,nonlinearScale)

virtual void vtkCornerAnnotation::SetNonlinearFontScaleFactor ( double  )
virtual

Set/Get font scaling factors The font size, f, is calculated as the largest possible value such that the annotations for the given viewport do not overlap. This font size is scaled non-linearly with the viewport size, to maintain an acceptable readable size at larger viewport sizes, without being too big. f' = linearScale * pow(f,nonlinearScale)

virtual double vtkCornerAnnotation::GetNonlinearFontScaleFactor ( )
virtual

Set/Get font scaling factors The font size, f, is calculated as the largest possible value such that the annotations for the given viewport do not overlap. This font size is scaled non-linearly with the viewport size, to maintain an acceptable readable size at larger viewport sizes, without being too big. f' = linearScale * pow(f,nonlinearScale)

virtual void vtkCornerAnnotation::ReleaseGraphicsResources ( vtkWindow )
virtual

Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkActor2D.

void vtkCornerAnnotation::SetText ( int  i,
const char *  text 
)

Set/Get the text to be displayed for each corner

See also
TextPosition
const char* vtkCornerAnnotation::GetText ( int  i)

Set/Get the text to be displayed for each corner

See also
TextPosition
void vtkCornerAnnotation::ClearAllTexts ( )

Set/Get the text to be displayed for each corner

See also
TextPosition
void vtkCornerAnnotation::CopyAllTextsFrom ( vtkCornerAnnotation ca)

Set/Get the text to be displayed for each corner

See also
TextPosition
void vtkCornerAnnotation::SetImageActor ( vtkImageActor )

Set an image actor to look at for slice information

virtual vtkImageActor* vtkCornerAnnotation::GetImageActor ( )
virtual

Set an image actor to look at for slice information

void vtkCornerAnnotation::SetWindowLevel ( vtkImageMapToWindowLevelColors )

Set an instance of vtkImageMapToWindowLevelColors to use for looking at window level changes

virtual vtkImageMapToWindowLevelColors* vtkCornerAnnotation::GetWindowLevel ( )
virtual

Set an instance of vtkImageMapToWindowLevelColors to use for looking at window level changes

virtual void vtkCornerAnnotation::SetLevelShift ( double  )
virtual

Set the value to shift the level by.

virtual double vtkCornerAnnotation::GetLevelShift ( )
virtual

Set the value to shift the level by.

virtual void vtkCornerAnnotation::SetLevelScale ( double  )
virtual

Set the value to scale the level by.

virtual double vtkCornerAnnotation::GetLevelScale ( )
virtual

Set the value to scale the level by.

virtual void vtkCornerAnnotation::SetTextProperty ( vtkTextProperty p)
virtual

Set/Get the text property of all corners.

virtual vtkTextProperty* vtkCornerAnnotation::GetTextProperty ( )
virtual

Set/Get the text property of all corners.

virtual void vtkCornerAnnotation::ShowSliceAndImageOn ( )
virtual

Even if there is an image actor, should `slice' and `image' be displayed?

virtual void vtkCornerAnnotation::ShowSliceAndImageOff ( )
virtual

Even if there is an image actor, should `slice' and `image' be displayed?

virtual void vtkCornerAnnotation::SetShowSliceAndImage ( int  )
virtual

Even if there is an image actor, should `slice' and `image' be displayed?

virtual int vtkCornerAnnotation::GetShowSliceAndImage ( )
virtual

Even if there is an image actor, should `slice' and `image' be displayed?

virtual void vtkCornerAnnotation::TextReplace ( vtkImageActor ia,
vtkImageMapToWindowLevelColors wl 
)
protectedvirtual

Search for replacable tokens and replace

virtual void vtkCornerAnnotation::SetTextActorsPosition ( int  vsize[2])
protectedvirtual

Set text actor positions given a viewport size and justification

virtual void vtkCornerAnnotation::SetTextActorsJustification ( )
protectedvirtual

Set text actor positions given a viewport size and justification

Member Data Documentation

const int vtkCornerAnnotation::NumTextPositions = 8
static

Position used to get or set the corner annotation text.

See also
GetText(), SetText()

Definition at line 117 of file vtkCornerAnnotation.h.

double vtkCornerAnnotation::MaximumLineHeight
protected

Definition at line 171 of file vtkCornerAnnotation.h.

vtkTextProperty* vtkCornerAnnotation::TextProperty
protected

Definition at line 173 of file vtkCornerAnnotation.h.

vtkImageMapToWindowLevelColors* vtkCornerAnnotation::WindowLevel
protected

Definition at line 175 of file vtkCornerAnnotation.h.

double vtkCornerAnnotation::LevelShift
protected

Definition at line 176 of file vtkCornerAnnotation.h.

double vtkCornerAnnotation::LevelScale
protected

Definition at line 177 of file vtkCornerAnnotation.h.

vtkImageActor* vtkCornerAnnotation::ImageActor
protected

Definition at line 178 of file vtkCornerAnnotation.h.

vtkImageActor* vtkCornerAnnotation::LastImageActor
protected

Definition at line 179 of file vtkCornerAnnotation.h.

char* vtkCornerAnnotation::CornerText[NumTextPositions]
protected

Definition at line 181 of file vtkCornerAnnotation.h.

int vtkCornerAnnotation::FontSize
protected

Definition at line 183 of file vtkCornerAnnotation.h.

vtkActor2D* vtkCornerAnnotation::TextActor[NumTextPositions]
protected

Definition at line 184 of file vtkCornerAnnotation.h.

vtkTimeStamp vtkCornerAnnotation::BuildTime
protected

Definition at line 185 of file vtkCornerAnnotation.h.

int vtkCornerAnnotation::LastSize[2]
protected

Definition at line 186 of file vtkCornerAnnotation.h.

vtkTextMapper* vtkCornerAnnotation::TextMapper[NumTextPositions]
protected

Definition at line 187 of file vtkCornerAnnotation.h.

int vtkCornerAnnotation::MinimumFontSize
protected

Definition at line 189 of file vtkCornerAnnotation.h.

int vtkCornerAnnotation::MaximumFontSize
protected

Definition at line 190 of file vtkCornerAnnotation.h.

double vtkCornerAnnotation::LinearFontScaleFactor
protected

Definition at line 192 of file vtkCornerAnnotation.h.

double vtkCornerAnnotation::NonlinearFontScaleFactor
protected

Definition at line 193 of file vtkCornerAnnotation.h.

int vtkCornerAnnotation::ShowSliceAndImage
protected

Definition at line 195 of file vtkCornerAnnotation.h.


The documentation for this class was generated from the following file: