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

annotate the render window with scale and distance information More...

#include <vtkLegendScaleActor.h>

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

Public Types

enum  AttributeLocation { DISTANCE =0, XY_COORDINATES =1 }
 
- Public Types inherited from vtkProp
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual void SetLabelMode (int)
 
virtual int GetLabelMode ()
 
void SetLabelModeToDistance ()
 
void SetLabelModeToXYCoordinates ()
 
virtual void SetRightAxisVisibility (int)
 
virtual int GetRightAxisVisibility ()
 
virtual void RightAxisVisibilityOn ()
 
virtual void RightAxisVisibilityOff ()
 
virtual void SetTopAxisVisibility (int)
 
virtual int GetTopAxisVisibility ()
 
virtual void TopAxisVisibilityOn ()
 
virtual void TopAxisVisibilityOff ()
 
virtual void SetLeftAxisVisibility (int)
 
virtual int GetLeftAxisVisibility ()
 
virtual void LeftAxisVisibilityOn ()
 
virtual void LeftAxisVisibilityOff ()
 
virtual void SetBottomAxisVisibility (int)
 
virtual int GetBottomAxisVisibility ()
 
virtual void BottomAxisVisibilityOn ()
 
virtual void BottomAxisVisibilityOff ()
 
virtual void SetLegendVisibility (int)
 
virtual int GetLegendVisibility ()
 
virtual void LegendVisibilityOn ()
 
virtual void LegendVisibilityOff ()
 
void AllAxesOn ()
 
void AllAxesOff ()
 
void AllAnnotationsOn ()
 
void AllAnnotationsOff ()
 
virtual void SetRightBorderOffset (int)
 
virtual int GetRightBorderOffset ()
 
virtual void SetTopBorderOffset (int)
 
virtual int GetTopBorderOffset ()
 
virtual void SetLeftBorderOffset (int)
 
virtual int GetLeftBorderOffset ()
 
virtual void SetBottomBorderOffset (int)
 
virtual int GetBottomBorderOffset ()
 
virtual void SetCornerOffsetFactor (double)
 
virtual double GetCornerOffsetFactor ()
 
virtual vtkTextPropertyGetLegendTitleProperty ()
 
virtual vtkTextPropertyGetLegendLabelProperty ()
 
virtual vtkAxisActor2DGetRightAxis ()
 
virtual vtkAxisActor2DGetTopAxis ()
 
virtual vtkAxisActor2DGetLeftAxis ()
 
virtual vtkAxisActor2DGetBottomAxis ()
 
virtual void BuildRepresentation (vtkViewport *viewport)
 
virtual void GetActors2D (vtkPropCollection *)
 
virtual void ReleaseGraphicsResources (vtkWindow *)
 
virtual int RenderOverlay (vtkViewport *)
 
virtual int RenderOpaqueGeometry (vtkViewport *)
 
- Public Member Functions inherited from vtkProp
vtkPropNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void Pick ()
 
virtual void ShallowCopy (vtkProp *prop)
 
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 RenderTranslucentPolygonalGeometry (vtkViewport *)
 
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 int HasTranslucentPolygonalGeometry ()
 
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 ()
 
virtual unsigned long GetMTime ()
 
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 vtkLegendScaleActorNew ()
 
- 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

 vtkLegendScaleActor ()
 
 ~vtkLegendScaleActor ()
 
- 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

int LabelMode
 
int RightBorderOffset
 
int TopBorderOffset
 
int LeftBorderOffset
 
int BottomBorderOffset
 
double CornerOffsetFactor
 
vtkAxisActor2DRightAxis
 
vtkAxisActor2DTopAxis
 
vtkAxisActor2DLeftAxis
 
vtkAxisActor2DBottomAxis
 
int RightAxisVisibility
 
int TopAxisVisibility
 
int LeftAxisVisibility
 
int BottomAxisVisibility
 
int LegendVisibility
 
vtkPolyDataLegend
 
vtkPointsLegendPoints
 
vtkPolyDataMapper2DLegendMapper
 
vtkActor2DLegendActor
 
vtkTextMapperLabelMappers [6]
 
vtkActor2DLabelActors [6]
 
vtkTextPropertyLegendTitleProperty
 
vtkTextPropertyLegendLabelProperty
 
vtkCoordinateCoordinate
 
vtkTimeStamp BuildTime
 
- 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
 
typedef vtkProp Superclass
 
static int IsTypeOf (const char *type)
 
static vtkLegendScaleActorSafeDownCast (vtkObjectBase *o)
 
virtual int IsA (const char *type)
 
vtkLegendScaleActorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkObjectBaseNewInstanceInternal () const
 

Detailed Description

annotate the render window with scale and distance information

This class is used to annotate the render window. Its basic goal is to provide an indication of the scale of the scene. Four axes surrounding the render window indicate (in a variety of ways) the scale of what the camera is viewing. An option also exists for displaying a scale legend.

The axes can be programmed either to display distance scales or x-y coordinate values. By default, the scales display a distance. However, if you know that the view is down the z-axis, the scales can be programmed to display x-y coordinate values.

Warning
Please be aware that the axes and scale values are subject to perspective effects. The distances are computed in the focal plane of the camera. When there are large view angles (i.e., perspective projection), the computed distances may provide users the wrong sense of scale. These effects are not present when parallel projection is enabled.
Tests:
vtkLegendScaleActor (Tests)

Definition at line 55 of file vtkLegendScaleActor.h.

Member Typedef Documentation

Standard methods for the class.

Definition at line 63 of file vtkLegendScaleActor.h.

Member Enumeration Documentation

Enumerator
DISTANCE 
XY_COORDINATES 

Definition at line 68 of file vtkLegendScaleActor.h.

Constructor & Destructor Documentation

vtkLegendScaleActor::vtkLegendScaleActor ( )
protected
vtkLegendScaleActor::~vtkLegendScaleActor ( )
protected

Member Function Documentation

static vtkLegendScaleActor* vtkLegendScaleActor::New ( )
static

Instantiate the class.

static int vtkLegendScaleActor::IsTypeOf ( const char *  type)
static

Standard methods for the class.

virtual int vtkLegendScaleActor::IsA ( const char *  type)
virtual

Standard methods for the class.

Reimplemented from vtkProp.

static vtkLegendScaleActor* vtkLegendScaleActor::SafeDownCast ( vtkObjectBase o)
static

Standard methods for the class.

virtual vtkObjectBase* vtkLegendScaleActor::NewInstanceInternal ( ) const
protectedvirtual

Standard methods for the class.

Reimplemented from vtkProp.

vtkLegendScaleActor* vtkLegendScaleActor::NewInstance ( ) const

Standard methods for the class.

void vtkLegendScaleActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Standard methods for the class.

Reimplemented from vtkObject.

virtual void vtkLegendScaleActor::SetLabelMode ( int  )
virtual

Specify the mode for labeling the scale axes. By default, the axes are labeled with the distance between points (centered at a distance of 0.0). Alternatively if you know that the view is down the z-axis; the axes can be labeled with x-y coordinate values.

virtual int vtkLegendScaleActor::GetLabelMode ( )
virtual

Specify the mode for labeling the scale axes. By default, the axes are labeled with the distance between points (centered at a distance of 0.0). Alternatively if you know that the view is down the z-axis; the axes can be labeled with x-y coordinate values.

void vtkLegendScaleActor::SetLabelModeToDistance ( )
inline

Specify the mode for labeling the scale axes. By default, the axes are labeled with the distance between points (centered at a distance of 0.0). Alternatively if you know that the view is down the z-axis; the axes can be labeled with x-y coordinate values.

Definition at line 82 of file vtkLegendScaleActor.h.

void vtkLegendScaleActor::SetLabelModeToXYCoordinates ( )
inline

Specify the mode for labeling the scale axes. By default, the axes are labeled with the distance between points (centered at a distance of 0.0). Alternatively if you know that the view is down the z-axis; the axes can be labeled with x-y coordinate values.

Definition at line 83 of file vtkLegendScaleActor.h.

virtual void vtkLegendScaleActor::SetRightAxisVisibility ( int  )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual int vtkLegendScaleActor::GetRightAxisVisibility ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::RightAxisVisibilityOn ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::RightAxisVisibilityOff ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::SetTopAxisVisibility ( int  )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual int vtkLegendScaleActor::GetTopAxisVisibility ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::TopAxisVisibilityOn ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::TopAxisVisibilityOff ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::SetLeftAxisVisibility ( int  )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual int vtkLegendScaleActor::GetLeftAxisVisibility ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::LeftAxisVisibilityOn ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::LeftAxisVisibilityOff ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::SetBottomAxisVisibility ( int  )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual int vtkLegendScaleActor::GetBottomAxisVisibility ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::BottomAxisVisibilityOn ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::BottomAxisVisibilityOff ( )
virtual

Set/Get the flags that control which of the four axes to display (top, bottom, left and right). By default, all the axes are displayed.

virtual void vtkLegendScaleActor::SetLegendVisibility ( int  )
virtual

Indicate whether the legend scale should be displayed or not. The default is On.

virtual int vtkLegendScaleActor::GetLegendVisibility ( )
virtual

Indicate whether the legend scale should be displayed or not. The default is On.

virtual void vtkLegendScaleActor::LegendVisibilityOn ( )
virtual

Indicate whether the legend scale should be displayed or not. The default is On.

virtual void vtkLegendScaleActor::LegendVisibilityOff ( )
virtual

Indicate whether the legend scale should be displayed or not. The default is On.

void vtkLegendScaleActor::AllAxesOn ( )

Convenience method that turns all the axes either on or off.

void vtkLegendScaleActor::AllAxesOff ( )

Convenience method that turns all the axes either on or off.

void vtkLegendScaleActor::AllAnnotationsOn ( )

Convenience method that turns all the axes and the legend scale.

void vtkLegendScaleActor::AllAnnotationsOff ( )

Convenience method that turns all the axes and the legend scale.

virtual void vtkLegendScaleActor::SetRightBorderOffset ( int  )
virtual

Set/Get the offset of the right axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 50.

virtual int vtkLegendScaleActor::GetRightBorderOffset ( )
virtual

Set/Get the offset of the right axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 50.

virtual void vtkLegendScaleActor::SetTopBorderOffset ( int  )
virtual

Set/Get the offset of the top axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 30.

virtual int vtkLegendScaleActor::GetTopBorderOffset ( )
virtual

Set/Get the offset of the top axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 30.

virtual void vtkLegendScaleActor::SetLeftBorderOffset ( int  )
virtual

Set/Get the offset of the left axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 50.

virtual int vtkLegendScaleActor::GetLeftBorderOffset ( )
virtual

Set/Get the offset of the left axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 50.

virtual void vtkLegendScaleActor::SetBottomBorderOffset ( int  )
virtual

Set/Get the offset of the bottom axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 30.

virtual int vtkLegendScaleActor::GetBottomBorderOffset ( )
virtual

Set/Get the offset of the bottom axis from the border. This number is expressed in pixels, and represents the approximate distance of the axes from the sides of the renderer. The default is 30.

virtual void vtkLegendScaleActor::SetCornerOffsetFactor ( double  )
virtual

Get/Set the corner offset. This is the offset factor used to offset the axes at the corners. Default value is 2.0.

virtual double vtkLegendScaleActor::GetCornerOffsetFactor ( )
virtual

Get/Set the corner offset. This is the offset factor used to offset the axes at the corners. Default value is 2.0.

virtual vtkTextProperty* vtkLegendScaleActor::GetLegendTitleProperty ( )
virtual

Set/Get the labels text properties for the legend title and labels.

virtual vtkTextProperty* vtkLegendScaleActor::GetLegendLabelProperty ( )
virtual

Set/Get the labels text properties for the legend title and labels.

virtual vtkAxisActor2D* vtkLegendScaleActor::GetRightAxis ( )
virtual

These are methods to retrieve the vtkAxisActors used to represent the four axes that form this representation. Users may retrieve and then modify these axes to control their appearance.

virtual vtkAxisActor2D* vtkLegendScaleActor::GetTopAxis ( )
virtual

These are methods to retrieve the vtkAxisActors used to represent the four axes that form this representation. Users may retrieve and then modify these axes to control their appearance.

virtual vtkAxisActor2D* vtkLegendScaleActor::GetLeftAxis ( )
virtual

These are methods to retrieve the vtkAxisActors used to represent the four axes that form this representation. Users may retrieve and then modify these axes to control their appearance.

virtual vtkAxisActor2D* vtkLegendScaleActor::GetBottomAxis ( )
virtual

These are methods to retrieve the vtkAxisActors used to represent the four axes that form this representation. Users may retrieve and then modify these axes to control their appearance.

virtual void vtkLegendScaleActor::BuildRepresentation ( vtkViewport viewport)
virtual

Standard methods supporting the rendering process.

virtual void vtkLegendScaleActor::GetActors2D ( vtkPropCollection )
virtual

Standard methods supporting the rendering process.

Reimplemented from vtkProp.

virtual void vtkLegendScaleActor::ReleaseGraphicsResources ( vtkWindow )
virtual

Standard methods supporting the rendering process.

Reimplemented from vtkProp.

virtual int vtkLegendScaleActor::RenderOverlay ( vtkViewport )
virtual

Standard methods supporting the rendering process.

Reimplemented from vtkProp.

virtual int vtkLegendScaleActor::RenderOpaqueGeometry ( vtkViewport )
virtual

Standard methods supporting the rendering process.

Reimplemented from vtkProp.

Member Data Documentation

int vtkLegendScaleActor::LabelMode
protected

Definition at line 192 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::RightBorderOffset
protected

Definition at line 193 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::TopBorderOffset
protected

Definition at line 194 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::LeftBorderOffset
protected

Definition at line 195 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::BottomBorderOffset
protected

Definition at line 196 of file vtkLegendScaleActor.h.

double vtkLegendScaleActor::CornerOffsetFactor
protected

Definition at line 197 of file vtkLegendScaleActor.h.

vtkAxisActor2D* vtkLegendScaleActor::RightAxis
protected

Definition at line 200 of file vtkLegendScaleActor.h.

vtkAxisActor2D* vtkLegendScaleActor::TopAxis
protected

Definition at line 201 of file vtkLegendScaleActor.h.

vtkAxisActor2D* vtkLegendScaleActor::LeftAxis
protected

Definition at line 202 of file vtkLegendScaleActor.h.

vtkAxisActor2D* vtkLegendScaleActor::BottomAxis
protected

Definition at line 203 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::RightAxisVisibility
protected

Definition at line 206 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::TopAxisVisibility
protected

Definition at line 207 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::LeftAxisVisibility
protected

Definition at line 208 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::BottomAxisVisibility
protected

Definition at line 209 of file vtkLegendScaleActor.h.

int vtkLegendScaleActor::LegendVisibility
protected

Definition at line 212 of file vtkLegendScaleActor.h.

vtkPolyData* vtkLegendScaleActor::Legend
protected

Definition at line 213 of file vtkLegendScaleActor.h.

vtkPoints* vtkLegendScaleActor::LegendPoints
protected

Definition at line 214 of file vtkLegendScaleActor.h.

vtkPolyDataMapper2D* vtkLegendScaleActor::LegendMapper
protected

Definition at line 215 of file vtkLegendScaleActor.h.

vtkActor2D* vtkLegendScaleActor::LegendActor
protected

Definition at line 216 of file vtkLegendScaleActor.h.

vtkTextMapper* vtkLegendScaleActor::LabelMappers[6]
protected

Definition at line 217 of file vtkLegendScaleActor.h.

vtkActor2D* vtkLegendScaleActor::LabelActors[6]
protected

Definition at line 218 of file vtkLegendScaleActor.h.

vtkTextProperty* vtkLegendScaleActor::LegendTitleProperty
protected

Definition at line 219 of file vtkLegendScaleActor.h.

vtkTextProperty* vtkLegendScaleActor::LegendLabelProperty
protected

Definition at line 220 of file vtkLegendScaleActor.h.

vtkCoordinate* vtkLegendScaleActor::Coordinate
protected

Definition at line 221 of file vtkLegendScaleActor.h.

vtkTimeStamp vtkLegendScaleActor::BuildTime
protected

Definition at line 223 of file vtkLegendScaleActor.h.


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