VTK
Public Types | Public Member Functions | 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 }
 
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)
 
vtkLegendScaleActorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
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 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 Pick ()
 
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 ShallowCopy (vtkProp *prop)
 
virtual void InitPathTraversal ()
 
virtual vtkAssemblyPathGetNextPath ()
 
virtual int GetNumberOfPaths ()
 
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
 
virtual vtkMatrix4x4GetMatrix ()
 
virtual vtkInformationGetPropertyKeys ()
 
virtual void SetPropertyKeys (vtkInformation *keys)
 
virtual bool HasKeys (vtkInformation *requiredKeys)
 
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 void BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path)
 
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 PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
int GetReferenceCount ()
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 

Static Public Member Functions

static vtkLegendScaleActorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkLegendScaleActorSafeDownCast (vtkObjectBase *o)
 
- 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
 
 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
 

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

◆ Superclass

Standard methods for the class.

Definition at line 63 of file vtkLegendScaleActor.h.

Member Enumeration Documentation

◆ AttributeLocation

Enumerator
DISTANCE 
XY_COORDINATES 

Definition at line 68 of file vtkLegendScaleActor.h.

Constructor & Destructor Documentation

◆ vtkLegendScaleActor()

vtkLegendScaleActor::vtkLegendScaleActor ( )
protected

◆ ~vtkLegendScaleActor()

vtkLegendScaleActor::~vtkLegendScaleActor ( )
protected

Member Function Documentation

◆ New()

static vtkLegendScaleActor* vtkLegendScaleActor::New ( )
static

Instantiate the class.

◆ IsTypeOf()

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

◆ IsA()

virtual int vtkLegendScaleActor::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 vtkProp.

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkLegendScaleActor::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkProp.

◆ NewInstance()

vtkLegendScaleActor* vtkLegendScaleActor::NewInstance ( ) const

◆ PrintSelf()

void vtkLegendScaleActor::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.

◆ SetLabelMode()

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.

◆ GetLabelMode()

virtual int vtkLegendScaleActor::GetLabelMode ( )
virtual

◆ SetLabelModeToDistance()

void vtkLegendScaleActor::SetLabelModeToDistance ( )
inline

Definition at line 82 of file vtkLegendScaleActor.h.

◆ SetLabelModeToXYCoordinates()

void vtkLegendScaleActor::SetLabelModeToXYCoordinates ( )
inline

Definition at line 83 of file vtkLegendScaleActor.h.

◆ SetRightAxisVisibility()

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.

◆ GetRightAxisVisibility()

virtual int vtkLegendScaleActor::GetRightAxisVisibility ( )
virtual

◆ RightAxisVisibilityOn()

virtual void vtkLegendScaleActor::RightAxisVisibilityOn ( )
virtual

◆ RightAxisVisibilityOff()

virtual void vtkLegendScaleActor::RightAxisVisibilityOff ( )
virtual

◆ SetTopAxisVisibility()

virtual void vtkLegendScaleActor::SetTopAxisVisibility ( int  )
virtual

◆ GetTopAxisVisibility()

virtual int vtkLegendScaleActor::GetTopAxisVisibility ( )
virtual

◆ TopAxisVisibilityOn()

virtual void vtkLegendScaleActor::TopAxisVisibilityOn ( )
virtual

◆ TopAxisVisibilityOff()

virtual void vtkLegendScaleActor::TopAxisVisibilityOff ( )
virtual

◆ SetLeftAxisVisibility()

virtual void vtkLegendScaleActor::SetLeftAxisVisibility ( int  )
virtual

◆ GetLeftAxisVisibility()

virtual int vtkLegendScaleActor::GetLeftAxisVisibility ( )
virtual

◆ LeftAxisVisibilityOn()

virtual void vtkLegendScaleActor::LeftAxisVisibilityOn ( )
virtual

◆ LeftAxisVisibilityOff()

virtual void vtkLegendScaleActor::LeftAxisVisibilityOff ( )
virtual

◆ SetBottomAxisVisibility()

virtual void vtkLegendScaleActor::SetBottomAxisVisibility ( int  )
virtual

◆ GetBottomAxisVisibility()

virtual int vtkLegendScaleActor::GetBottomAxisVisibility ( )
virtual

◆ BottomAxisVisibilityOn()

virtual void vtkLegendScaleActor::BottomAxisVisibilityOn ( )
virtual

◆ BottomAxisVisibilityOff()

virtual void vtkLegendScaleActor::BottomAxisVisibilityOff ( )
virtual

◆ SetLegendVisibility()

virtual void vtkLegendScaleActor::SetLegendVisibility ( int  )
virtual

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

◆ GetLegendVisibility()

virtual int vtkLegendScaleActor::GetLegendVisibility ( )
virtual

◆ LegendVisibilityOn()

virtual void vtkLegendScaleActor::LegendVisibilityOn ( )
virtual

◆ LegendVisibilityOff()

virtual void vtkLegendScaleActor::LegendVisibilityOff ( )
virtual

◆ AllAxesOn()

void vtkLegendScaleActor::AllAxesOn ( )

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

◆ AllAxesOff()

void vtkLegendScaleActor::AllAxesOff ( )

◆ AllAnnotationsOn()

void vtkLegendScaleActor::AllAnnotationsOn ( )

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

◆ AllAnnotationsOff()

void vtkLegendScaleActor::AllAnnotationsOff ( )

◆ SetRightBorderOffset()

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.

◆ GetRightBorderOffset()

virtual int vtkLegendScaleActor::GetRightBorderOffset ( )
virtual

◆ SetTopBorderOffset()

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.

◆ GetTopBorderOffset()

virtual int vtkLegendScaleActor::GetTopBorderOffset ( )
virtual

◆ SetLeftBorderOffset()

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.

◆ GetLeftBorderOffset()

virtual int vtkLegendScaleActor::GetLeftBorderOffset ( )
virtual

◆ SetBottomBorderOffset()

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.

◆ GetBottomBorderOffset()

virtual int vtkLegendScaleActor::GetBottomBorderOffset ( )
virtual

◆ SetCornerOffsetFactor()

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.

◆ GetCornerOffsetFactor()

virtual double vtkLegendScaleActor::GetCornerOffsetFactor ( )
virtual

◆ GetLegendTitleProperty()

virtual vtkTextProperty* vtkLegendScaleActor::GetLegendTitleProperty ( )
virtual

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

◆ GetLegendLabelProperty()

virtual vtkTextProperty* vtkLegendScaleActor::GetLegendLabelProperty ( )
virtual

◆ GetRightAxis()

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.

◆ GetTopAxis()

virtual vtkAxisActor2D* vtkLegendScaleActor::GetTopAxis ( )
virtual

◆ GetLeftAxis()

virtual vtkAxisActor2D* vtkLegendScaleActor::GetLeftAxis ( )
virtual

◆ GetBottomAxis()

virtual vtkAxisActor2D* vtkLegendScaleActor::GetBottomAxis ( )
virtual

◆ BuildRepresentation()

virtual void vtkLegendScaleActor::BuildRepresentation ( vtkViewport viewport)
virtual

Standard methods supporting the rendering process.

◆ GetActors2D()

virtual void vtkLegendScaleActor::GetActors2D ( vtkPropCollection )
virtual

Reimplemented from vtkProp.

◆ ReleaseGraphicsResources()

virtual void vtkLegendScaleActor::ReleaseGraphicsResources ( vtkWindow )
virtual

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE 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 vtkProp.

◆ RenderOverlay()

virtual int vtkLegendScaleActor::RenderOverlay ( vtkViewport )
virtual

Reimplemented from vtkProp.

◆ RenderOpaqueGeometry()

virtual int vtkLegendScaleActor::RenderOpaqueGeometry ( vtkViewport )
virtual

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete subclasses must be able to render themselves. There are four key render methods in vtk and they correspond to four different points in the rendering cycle. Any given prop may implement one or more of these methods. The first method is intended for rendering all opaque geometry. The second method is intended for rendering all translucent polygonal geometry. The third one is intended for rendering all translucent volumetric geometry. Most of the volume rendering mappers draw their results during this third method. The last method is to render any 2D annotation or overlays. Each of these methods return an integer value indicating whether or not this render method was applied to this data.

Reimplemented from vtkProp.

Member Data Documentation

◆ LabelMode

int vtkLegendScaleActor::LabelMode
protected

Definition at line 192 of file vtkLegendScaleActor.h.

◆ RightBorderOffset

int vtkLegendScaleActor::RightBorderOffset
protected

Definition at line 193 of file vtkLegendScaleActor.h.

◆ TopBorderOffset

int vtkLegendScaleActor::TopBorderOffset
protected

Definition at line 194 of file vtkLegendScaleActor.h.

◆ LeftBorderOffset

int vtkLegendScaleActor::LeftBorderOffset
protected

Definition at line 195 of file vtkLegendScaleActor.h.

◆ BottomBorderOffset

int vtkLegendScaleActor::BottomBorderOffset
protected

Definition at line 196 of file vtkLegendScaleActor.h.

◆ CornerOffsetFactor

double vtkLegendScaleActor::CornerOffsetFactor
protected

Definition at line 197 of file vtkLegendScaleActor.h.

◆ RightAxis

vtkAxisActor2D* vtkLegendScaleActor::RightAxis
protected

Definition at line 200 of file vtkLegendScaleActor.h.

◆ TopAxis

vtkAxisActor2D* vtkLegendScaleActor::TopAxis
protected

Definition at line 201 of file vtkLegendScaleActor.h.

◆ LeftAxis

vtkAxisActor2D* vtkLegendScaleActor::LeftAxis
protected

Definition at line 202 of file vtkLegendScaleActor.h.

◆ BottomAxis

vtkAxisActor2D* vtkLegendScaleActor::BottomAxis
protected

Definition at line 203 of file vtkLegendScaleActor.h.

◆ RightAxisVisibility

int vtkLegendScaleActor::RightAxisVisibility
protected

Definition at line 206 of file vtkLegendScaleActor.h.

◆ TopAxisVisibility

int vtkLegendScaleActor::TopAxisVisibility
protected

Definition at line 207 of file vtkLegendScaleActor.h.

◆ LeftAxisVisibility

int vtkLegendScaleActor::LeftAxisVisibility
protected

Definition at line 208 of file vtkLegendScaleActor.h.

◆ BottomAxisVisibility

int vtkLegendScaleActor::BottomAxisVisibility
protected

Definition at line 209 of file vtkLegendScaleActor.h.

◆ LegendVisibility

int vtkLegendScaleActor::LegendVisibility
protected

Definition at line 212 of file vtkLegendScaleActor.h.

◆ Legend

vtkPolyData* vtkLegendScaleActor::Legend
protected

Definition at line 213 of file vtkLegendScaleActor.h.

◆ LegendPoints

vtkPoints* vtkLegendScaleActor::LegendPoints
protected

Definition at line 214 of file vtkLegendScaleActor.h.

◆ LegendMapper

vtkPolyDataMapper2D* vtkLegendScaleActor::LegendMapper
protected

Definition at line 215 of file vtkLegendScaleActor.h.

◆ LegendActor

vtkActor2D* vtkLegendScaleActor::LegendActor
protected

Definition at line 216 of file vtkLegendScaleActor.h.

◆ LabelMappers

vtkTextMapper* vtkLegendScaleActor::LabelMappers[6]
protected

Definition at line 217 of file vtkLegendScaleActor.h.

◆ LabelActors

vtkActor2D* vtkLegendScaleActor::LabelActors[6]
protected

Definition at line 218 of file vtkLegendScaleActor.h.

◆ LegendTitleProperty

vtkTextProperty* vtkLegendScaleActor::LegendTitleProperty
protected

Definition at line 219 of file vtkLegendScaleActor.h.

◆ LegendLabelProperty

vtkTextProperty* vtkLegendScaleActor::LegendLabelProperty
protected

Definition at line 220 of file vtkLegendScaleActor.h.

◆ Coordinate

vtkCoordinate* vtkLegendScaleActor::Coordinate
protected

Definition at line 221 of file vtkLegendScaleActor.h.

◆ BuildTime

vtkTimeStamp vtkLegendScaleActor::BuildTime
protected

Definition at line 223 of file vtkLegendScaleActor.h.


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