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

Create a scalar bar with labels. More...

#include <vtkScalarBarActor.h>

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

Public Types

enum  { PrecedeScalarBar = 0, SucceedScalarBar }
 
typedef vtkActor2D Superclass
 
- Public Types inherited from vtkActor2D
typedef vtkProp Superclass
 
- Public Types inherited from vtkProp
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkScalarBarActorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Does this prop have some translucent polygonal geometry? More...
 
void ReleaseGraphicsResources (vtkWindow *) override
 Release any graphics resources that are being consumed by this actor. More...
 
virtual void GetScalarBarRect (int rect[4], vtkViewport *viewport)
 Fills rect with the dimensions of the scalar bar in viewport coordinates. More...
 
void ShallowCopy (vtkProp *prop) override
 Shallow copy of a scalar bar actor. More...
 
int RenderOpaqueGeometry (vtkViewport *viewport) override
 Draw the scalar bar and annotation text to the screen. More...
 
int RenderTranslucentPolygonalGeometry (vtkViewport *) override
 Draw the scalar bar and annotation text to the screen. More...
 
int RenderOverlay (vtkViewport *viewport) override
 Draw the scalar bar and annotation text to the screen. More...
 
virtual void SetLookupTable (vtkScalarsToColors *)
 Set/Get the lookup table to use. More...
 
virtual vtkScalarsToColorsGetLookupTable ()
 Set/Get the lookup table to use. More...
 
virtual void SetUseOpacity (vtkTypeBool)
 Should be display the opacity as well. More...
 
virtual vtkTypeBool GetUseOpacity ()
 Should be display the opacity as well. More...
 
virtual void UseOpacityOn ()
 Should be display the opacity as well. More...
 
virtual void UseOpacityOff ()
 Should be display the opacity as well. More...
 
virtual void SetMaximumNumberOfColors (int)
 Set/Get the maximum number of scalar bar segments to show. More...
 
virtual int GetMaximumNumberOfColors ()
 Set/Get the maximum number of scalar bar segments to show. More...
 
virtual void SetNumberOfLabels (int)
 Set/Get the number of tick labels to show. More...
 
virtual int GetNumberOfLabels ()
 Set/Get the number of tick labels to show. More...
 
virtual void SetOrientation (int)
 Control the orientation of the scalar bar. More...
 
virtual int GetOrientation ()
 Control the orientation of the scalar bar. More...
 
void SetOrientationToHorizontal ()
 Control the orientation of the scalar bar. More...
 
void SetOrientationToVertical ()
 Control the orientation of the scalar bar. More...
 
virtual void SetTitleTextProperty (vtkTextProperty *p)
 Set/Get the title text property. More...
 
virtual vtkTextPropertyGetTitleTextProperty ()
 Set/Get the title text property. More...
 
virtual void SetLabelTextProperty (vtkTextProperty *p)
 Set/Get the labels text property. More...
 
virtual vtkTextPropertyGetLabelTextProperty ()
 Set/Get the labels text property. More...
 
virtual void SetAnnotationTextProperty (vtkTextProperty *p)
 Set/Get the annotation text property. More...
 
virtual vtkTextPropertyGetAnnotationTextProperty ()
 Set/Get the annotation text property. More...
 
virtual void SetLabelFormat (const char *)
 Set/Get the format with which to print the labels on the scalar bar. More...
 
virtual char * GetLabelFormat ()
 Set/Get the format with which to print the labels on the scalar bar. More...
 
virtual void SetTitle (const char *)
 Set/Get the title of the scalar bar actor,. More...
 
virtual char * GetTitle ()
 Set/Get the title of the scalar bar actor,. More...
 
virtual void SetComponentTitle (const char *)
 Set/Get the title for the component that is selected,. More...
 
virtual char * GetComponentTitle ()
 Set/Get the title for the component that is selected,. More...
 
virtual void SetTextureGridWidth (double)
 Set the width of the texture grid. More...
 
virtual double GetTextureGridWidth ()
 Set the width of the texture grid. More...
 
virtual vtkTexturedActor2DGetTextureActor ()
 Get the texture actor. More...
 
virtual void SetTextPosition (int)
 Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction. More...
 
virtual int GetTextPosition ()
 Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction. More...
 
virtual void SetTextPositionToPrecedeScalarBar ()
 Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction. More...
 
virtual void SetTextPositionToSucceedScalarBar ()
 Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction. More...
 
virtual void SetMaximumWidthInPixels (int)
 Set/Get the maximum width and height in pixels. More...
 
virtual int GetMaximumWidthInPixels ()
 Set/Get the maximum width and height in pixels. More...
 
virtual void SetMaximumHeightInPixels (int)
 Set/Get the maximum width and height in pixels. More...
 
virtual int GetMaximumHeightInPixels ()
 Set/Get the maximum width and height in pixels. More...
 
virtual void SetAnnotationLeaderPadding (double)
 Set/get the padding between the scalar bar and the text annotations. More...
 
virtual double GetAnnotationLeaderPadding ()
 Set/get the padding between the scalar bar and the text annotations. More...
 
virtual void SetDrawAnnotations (vtkTypeBool)
 Set/get whether text annotations should be rendered or not. More...
 
virtual vtkTypeBool GetDrawAnnotations ()
 Set/get whether text annotations should be rendered or not. More...
 
virtual void DrawAnnotationsOn ()
 Set/get whether text annotations should be rendered or not. More...
 
virtual void DrawAnnotationsOff ()
 Set/get whether text annotations should be rendered or not. More...
 
virtual void SetDrawNanAnnotation (vtkTypeBool)
 Set/get whether the NaN annotation should be rendered or not. More...
 
virtual vtkTypeBool GetDrawNanAnnotation ()
 Set/get whether the NaN annotation should be rendered or not. More...
 
virtual void DrawNanAnnotationOn ()
 Set/get whether the NaN annotation should be rendered or not. More...
 
virtual void DrawNanAnnotationOff ()
 Set/get whether the NaN annotation should be rendered or not. More...
 
virtual void SetDrawBelowRangeSwatch (bool)
 Set/get whether the Below range swatch should be rendered or not. More...
 
virtual bool GetDrawBelowRangeSwatch ()
 Set/get whether the Below range swatch should be rendered or not. More...
 
virtual void DrawBelowRangeSwatchOn ()
 Set/get whether the Below range swatch should be rendered or not. More...
 
virtual void DrawBelowRangeSwatchOff ()
 Set/get whether the Below range swatch should be rendered or not. More...
 
virtual void SetBelowRangeAnnotation (const char *)
 Set/get the annotation text for "Below Range" values. More...
 
virtual char * GetBelowRangeAnnotation ()
 Set/get the annotation text for "Below Range" values. More...
 
virtual void SetDrawAboveRangeSwatch (bool)
 Set/get whether the Above range swatch should be rendered or not. More...
 
virtual bool GetDrawAboveRangeSwatch ()
 Set/get whether the Above range swatch should be rendered or not. More...
 
virtual void DrawAboveRangeSwatchOn ()
 Set/get whether the Above range swatch should be rendered or not. More...
 
virtual void DrawAboveRangeSwatchOff ()
 Set/get whether the Above range swatch should be rendered or not. More...
 
virtual void SetAboveRangeAnnotation (const char *)
 Set/get the annotation text for "Above Range Swatch" values. More...
 
virtual char * GetAboveRangeAnnotation ()
 Set/get the annotation text for "Above Range Swatch" values. More...
 
virtual void SetFixedAnnotationLeaderLineColor (vtkTypeBool)
 Set/get how leader lines connecting annotations to values should be colored. More...
 
virtual vtkTypeBool GetFixedAnnotationLeaderLineColor ()
 Set/get how leader lines connecting annotations to values should be colored. More...
 
virtual void FixedAnnotationLeaderLineColorOn ()
 Set/get how leader lines connecting annotations to values should be colored. More...
 
virtual void FixedAnnotationLeaderLineColorOff ()
 Set/get how leader lines connecting annotations to values should be colored. More...
 
virtual void SetNanAnnotation (const char *)
 Set/get the annotation text for "NaN" values. More...
 
virtual char * GetNanAnnotation ()
 Set/get the annotation text for "NaN" values. More...
 
virtual void SetAnnotationTextScaling (vtkTypeBool)
 Set/get whether annotation labels should be scaled with the viewport. More...
 
virtual vtkTypeBool GetAnnotationTextScaling ()
 Set/get whether annotation labels should be scaled with the viewport. More...
 
virtual void AnnotationTextScalingOn ()
 Set/get whether annotation labels should be scaled with the viewport. More...
 
virtual void AnnotationTextScalingOff ()
 Set/get whether annotation labels should be scaled with the viewport. More...
 
virtual void SetDrawBackground (vtkTypeBool)
 Set/Get whether a background should be drawn around the scalar bar. More...
 
virtual vtkTypeBool GetDrawBackground ()
 Set/Get whether a background should be drawn around the scalar bar. More...
 
virtual void DrawBackgroundOn ()
 Set/Get whether a background should be drawn around the scalar bar. More...
 
virtual void DrawBackgroundOff ()
 Set/Get whether a background should be drawn around the scalar bar. More...
 
virtual void SetDrawFrame (vtkTypeBool)
 Set/Get whether a frame should be drawn around the scalar bar. More...
 
virtual vtkTypeBool GetDrawFrame ()
 Set/Get whether a frame should be drawn around the scalar bar. More...
 
virtual void DrawFrameOn ()
 Set/Get whether a frame should be drawn around the scalar bar. More...
 
virtual void DrawFrameOff ()
 Set/Get whether a frame should be drawn around the scalar bar. More...
 
virtual void SetDrawColorBar (vtkTypeBool)
 Set/Get whether the color bar should be drawn. More...
 
virtual vtkTypeBool GetDrawColorBar ()
 Set/Get whether the color bar should be drawn. More...
 
virtual void DrawColorBarOn ()
 Set/Get whether the color bar should be drawn. More...
 
virtual void DrawColorBarOff ()
 Set/Get whether the color bar should be drawn. More...
 
virtual void SetDrawTickLabels (vtkTypeBool)
 Set/Get whether the tick labels should be drawn. More...
 
virtual vtkTypeBool GetDrawTickLabels ()
 Set/Get whether the tick labels should be drawn. More...
 
virtual void DrawTickLabelsOn ()
 Set/Get whether the tick labels should be drawn. More...
 
virtual void DrawTickLabelsOff ()
 Set/Get whether the tick labels should be drawn. More...
 
virtual void SetBackgroundProperty (vtkProperty2D *p)
 Set/Get the background property. More...
 
virtual vtkProperty2DGetBackgroundProperty ()
 Set/Get the background property. More...
 
virtual void SetFrameProperty (vtkProperty2D *p)
 Set/Get the frame property. More...
 
virtual vtkProperty2DGetFrameProperty ()
 Set/Get the frame property. More...
 
virtual int GetTextPad ()
 Set/get the amount of padding around text boxes. More...
 
virtual void SetTextPad (int)
 Set/get the amount of padding around text boxes. More...
 
virtual int GetVerticalTitleSeparation ()
 Set/get the margin in pixels, between the title and the bar, when the Orientation is vertical. More...
 
virtual void SetVerticalTitleSeparation (int)
 Set/get the margin in pixels, between the title and the bar, when the Orientation is vertical. More...
 
virtual double GetBarRatio ()
 Set/get the thickness of the color bar relative to the widget frame. More...
 
virtual void SetBarRatio (double)
 Set/get the thickness of the color bar relative to the widget frame. More...
 
virtual double GetTitleRatio ()
 Set/get the ratio of the title height to the tick label height (used only when the Orientation is horizontal). More...
 
virtual void SetTitleRatio (double)
 Set/get the ratio of the title height to the tick label height (used only when the Orientation is horizontal). More...
 
virtual void SetUnconstrainedFontSize (bool)
 Set/Get whether the font size of title and labels is unconstrained. More...
 
virtual bool GetUnconstrainedFontSize ()
 Set/Get whether the font size of title and labels is unconstrained. More...
 
virtual void UnconstrainedFontSizeOn ()
 Set/Get whether the font size of title and labels is unconstrained. More...
 
virtual void UnconstrainedFontSizeOff ()
 Set/Get whether the font size of title and labels is unconstrained. More...
 
- Public Member Functions inherited from vtkActor2D
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
vtkActor2DNewInstance () const
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Does this prop have some translucent polygonal geometry? More...
 
vtkProperty2DGetProperty ()
 Returns this actor's vtkProperty2D. More...
 
virtual void SetProperty (vtkProperty2D *)
 Set this vtkProp's vtkProperty2D. More...
 
void SetDisplayPosition (int, int)
 Set the Prop2D's position in display coordinates. More...
 
vtkMTimeType GetMTime () override
 Return this objects MTime. More...
 
void GetActors2D (vtkPropCollection *pc) override
 For some exporters and other other operations we must be able to collect all the actors or volumes. More...
 
void ShallowCopy (vtkProp *prop) override
 Shallow copy of this vtkActor2D. More...
 
void ReleaseGraphicsResources (vtkWindow *) override
 Release any graphics resources that are being consumed by this actor. More...
 
virtual vtkCoordinateGetActualPositionCoordinate (void)
 Return the actual vtkCoordinate reference that the mapper should use to position the actor. More...
 
virtual vtkCoordinateGetActualPosition2Coordinate (void)
 Return the actual vtkCoordinate reference that the mapper should use to position the actor. More...
 
int RenderOverlay (vtkViewport *viewport) override
 Support the standard render methods. More...
 
int RenderOpaqueGeometry (vtkViewport *viewport) override
 Support the standard render methods. More...
 
int RenderTranslucentPolygonalGeometry (vtkViewport *viewport) override
 Support the standard render methods. More...
 
virtual void SetMapper (vtkMapper2D *mapper)
 Set/Get the vtkMapper2D which defines the data to be drawn. More...
 
virtual vtkMapper2DGetMapper ()
 Set/Get the vtkMapper2D which defines the data to be drawn. More...
 
virtual void SetLayerNumber (int)
 Set/Get the layer number in the overlay planes into which to render. More...
 
virtual int GetLayerNumber ()
 Set/Get the layer number in the overlay planes into which to render. More...
 
virtual vtkCoordinateGetPositionCoordinate ()
 Get the PositionCoordinate instance of vtkCoordinate. More...
 
virtual void SetPosition (float x[2])
 Get the PositionCoordinate instance of vtkCoordinate. More...
 
virtual void SetPosition (float x, float y)
 Get the PositionCoordinate instance of vtkCoordinate. More...
 
virtual floatGetPosition ()
 Get the PositionCoordinate instance of vtkCoordinate. More...
 
virtual vtkCoordinateGetPosition2Coordinate ()
 Access the Position2 instance variable. More...
 
virtual void SetPosition2 (float x[2])
 Access the Position2 instance variable. More...
 
virtual void SetPosition2 (float x, float y)
 Access the Position2 instance variable. More...
 
virtual floatGetPosition2 ()
 Access the Position2 instance variable. More...
 
void SetWidth (double w)
 Set/Get the height and width of the Actor2D. More...
 
double GetWidth ()
 Set/Get the height and width of the Actor2D. More...
 
void SetHeight (double h)
 Set/Get the height and width of the Actor2D. More...
 
double GetHeight ()
 Set/Get the height and width of the Actor2D. More...
 
- Public Member Functions inherited from vtkProp
vtkPropNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void GetActors (vtkPropCollection *)
 For some exporters and other other operations we must be able to collect all the actors or volumes. More...
 
virtual void GetVolumes (vtkPropCollection *)
 
virtual void Pick ()
 Method fires PickEvent if the prop is picked. More...
 
virtual vtkMTimeType GetRedrawMTime ()
 Return the mtime of anything that would cause the rendered image to appear differently. More...
 
virtual doubleGetBounds ()
 Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More...
 
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
 These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering. More...
 
virtual vtkMatrix4x4GetMatrix ()
 
virtual bool HasKeys (vtkInformation *requiredKeys)
 Tells if the prop has all the required keys. More...
 
virtual int RenderVolumetricGeometry (vtkViewport *)
 
virtual bool RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the opaque geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the translucent polygonal geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the volumetric geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys)
 Render in the overlay of the viewport only if the prop has all the requiredKeys. More...
 
virtual double GetEstimatedRenderTime (vtkViewport *)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS The EstimatedRenderTime may be used to select between different props, for example in LODProp it is used to select the level-of-detail. More...
 
virtual double GetEstimatedRenderTime ()
 
virtual void SetEstimatedRenderTime (double t)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS This method is used by, for example, the vtkLODProp3D in order to initialize the estimated render time at start-up to some user defined value. More...
 
virtual void RestoreEstimatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS When the EstimatedRenderTime is first set to 0.0 (in the SetAllocatedRenderTime method) the old value is saved. More...
 
virtual void AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp))
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS This method is intended to allow the renderer to add to the EstimatedRenderTime in props that require information that the renderer has in order to do this. More...
 
void SetRenderTimeMultiplier (double t)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Get/Set the multiplier for the render time. More...
 
virtual double GetRenderTimeMultiplier ()
 
virtual void BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used to construct assembly paths and perform part traversal. More...
 
virtual bool GetSupportsSelection ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection. More...
 
virtual void ProcessSelectorPixelBuffers (vtkHardwareSelector *, std::vector< unsigned int > &)
 allows a prop to update a selections color buffers More...
 
virtual void SetVisibility (vtkTypeBool)
 Set/Get visibility of this vtkProp. More...
 
virtual vtkTypeBool GetVisibility ()
 Set/Get visibility of this vtkProp. More...
 
virtual void VisibilityOn ()
 Set/Get visibility of this vtkProp. More...
 
virtual void VisibilityOff ()
 Set/Get visibility of this vtkProp. More...
 
virtual void SetPickable (vtkTypeBool)
 Set/Get the pickable instance variable. More...
 
virtual vtkTypeBool GetPickable ()
 Set/Get the pickable instance variable. More...
 
virtual void PickableOn ()
 Set/Get the pickable instance variable. More...
 
virtual void PickableOff ()
 Set/Get the pickable instance variable. More...
 
virtual void SetDragable (vtkTypeBool)
 Set/Get the value of the dragable instance variable. More...
 
virtual vtkTypeBool GetDragable ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void DragableOn ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void DragableOff ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void SetUseBounds (bool)
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual bool GetUseBounds ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void UseBoundsOn ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void UseBoundsOff ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void InitPathTraversal ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual vtkAssemblyPathGetNextPath ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual int GetNumberOfPaths ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual vtkInformationGetPropertyKeys ()
 Set/Get property keys. More...
 
virtual void SetPropertyKeys (vtkInformation *keys)
 Set/Get property keys. More...
 
virtual void SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v))
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS The renderer may use the allocated rendering time to determine how to render this actor. More...
 
virtual double GetAllocatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. More...
 
virtual int GetNumberOfConsumers ()
 Get the number of consumers. More...
 
void AddConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
void RemoveConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
vtkObjectGetConsumer (int i)
 Add or remove or get or check a consumer,. More...
 
int IsConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
int InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
int InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
void PrintRevisions (ostream &)
 Legacy. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkTypeBool IsTypeOf (const char *type)
 
static vtkScalarBarActorSafeDownCast (vtkObjectBase *o)
 
static vtkScalarBarActorNew ()
 Instantiate object with 64 maximum colors; 5 labels; %%-#6.3g label format, no title, and vertical orientation. More...
 
- Static Public Member Functions inherited from vtkActor2D
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkActor2DSafeDownCast (vtkObjectBase *o)
 
static vtkActor2DNew ()
 Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0. More...
 
- Static Public Member Functions inherited from vtkProp
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkPropSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyGeneralTextureUnit ()
 Optional Key Indicating the texture unit for general texture mapping Old OpenGL was a state machine where you would push or pop items. More...
 
static vtkInformationDoubleVectorKeyGeneralTextureTransform ()
 Optional Key Indicating the texture transform for general texture mapping Old OpenGL was a state machine where you would push or pop items. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkScalarBarActor ()
 
 ~vtkScalarBarActor () override
 
virtual void RebuildLayout (vtkViewport *viewport)
 Called from within RenderOpaqueGeometry when the internal state members need to be updated before rendering. More...
 
virtual int RebuildLayoutIfNeeded (vtkViewport *viewport)
 Calls RebuildLayout if it is needed such as when positions etc have changed. More...
 
virtual void FreeLayoutStorage ()
 Free internal storage used by the previous layout. More...
 
virtual void ComputeFrame ()
 If the scalar bar should be inset into a frame or rendered with a solid background, this method will inset the outermost scalar bar rectangle by a small amount to avoid having the scalar bar illustration overlap any edges. More...
 
virtual void ComputeScalarBarThickness ()
 Determine how thick the scalar bar should be (on an axis perpendicular to the direction in which scalar values vary). More...
 
virtual void ComputeSwatchPad ()
 Compute a correct SwatchPad. More...
 
virtual void LayoutNanSwatch ()
 
virtual void LayoutBelowRangeSwatch ()
 Determine the size of the Below Range if it is to be rendered. More...
 
virtual void LayoutAboveRangeSwatch ()
 Determine the size of the Above Range if it is to be rendered. More...
 
virtual void LayoutAboveRangeSwatchPosn ()
 Determine the position of the Above Range if it is to be rendered. More...
 
virtual void PrepareTitleText ()
 Set the title actor's input to the latest title (and subtitle) text. More...
 
virtual void LayoutTitle ()
 Determine the position and size of the scalar bar title box. More...
 
virtual void LayoutForUnconstrainedFont ()
 This method sets the title and tick-box size and position for the UnconstrainedFontSize mode. More...
 
virtual void ComputeScalarBarLength ()
 Determine how long the scalar bar should be (on an axis parallel to the direction in which scalar values vary). More...
 
virtual void LayoutTicks ()
 Determine the size and placement of any tick marks to be rendered. More...
 
virtual void LayoutAnnotations ()
 This method must lay out annotation text and leader lines so they do not overlap. More...
 
virtual void ConfigureAnnotations ()
 Generate/configure the annotation labels using the laid-out geometry. More...
 
virtual void ConfigureFrame ()
 Generate/configure the representation of the frame from laid-out geometry. More...
 
virtual void DrawBoxes ()
 For debugging, add placement boxes to the frame polydata. More...
 
virtual void ConfigureScalarBar ()
 Generate/configure the scalar bar representation from laid-out geometry. More...
 
virtual void ConfigureTitle ()
 Generate/configure the title actor using the laid-out geometry. More...
 
virtual void ConfigureTicks ()
 Generate/configure the tick-mark actors using the laid-out geometry. More...
 
virtual void ConfigureNanSwatch ()
 Generate/configure the NaN swatch using the laid-out geometry. More...
 
virtual void ConfigureAboveBelowRangeSwatch (bool above)
 Generate/configure the above/below range swatch using the laid-out geometry. More...
 
virtual void EditAnnotations ()
 Subclasses may override this method to alter this->P->Labels, allowing the addition and removal of annotations. More...
 
virtual void SizeTitle (double *titleSize, int *size, vtkViewport *viewport)
 Compute the best size for the legend title. More...
 
int MapAnnotationLabels (vtkScalarsToColors *lkup, double start, double delta, const double *range)
 Allocate actors for lookup table annotations and position them properly. More...
 
int PlaceAnnotationsVertically (double barX, double barY, double barWidth, double barHeight, double delta, double pad)
 This method is called by ConfigureAnnotationLabels when Orientation is VTK_ORIENT_VERTICAL. More...
 
int PlaceAnnotationsHorizontally (double barX, double barY, double barWidth, double barHeight, double delta, double pad)
 This method is called by ConfigureAnnotationLabels when Orientation is VTK_ORIENT_HORIZONTAL. More...
 
- Protected Member Functions inherited from vtkActor2D
 vtkActor2D ()
 
 ~vtkActor2D () override
 
- Protected Member Functions inherited from vtkProp
 vtkProp ()
 
 ~vtkProp () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- 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 MaximumNumberOfColors
 User-changeable settings. More...
 
int NumberOfLabels
 User-changeable settings. More...
 
int NumberOfLabelsBuilt
 User-changeable settings. More...
 
int Orientation
 User-changeable settings. More...
 
vtkTypeBool DrawBackground
 User-changeable settings. More...
 
vtkTypeBool DrawFrame
 User-changeable settings. More...
 
vtkTypeBool DrawColorBar
 User-changeable settings. More...
 
vtkTypeBool DrawTickLabels
 User-changeable settings. More...
 
vtkTypeBool DrawAnnotations
 User-changeable settings. More...
 
vtkTypeBool DrawNanAnnotation
 User-changeable settings. More...
 
vtkTypeBool AnnotationTextScaling
 User-changeable settings. More...
 
vtkTypeBool FixedAnnotationLeaderLineColor
 User-changeable settings. More...
 
vtkProperty2DBackgroundProperty
 User-changeable settings. More...
 
vtkProperty2DFrameProperty
 User-changeable settings. More...
 
char * Title
 User-changeable settings. More...
 
char * ComponentTitle
 User-changeable settings. More...
 
char * LabelFormat
 User-changeable settings. More...
 
vtkTypeBool UseOpacity
 User-changeable settings. More...
 
double TextureGridWidth
 User-changeable settings. More...
 
int TextPosition
 User-changeable settings. More...
 
char * NanAnnotation
 User-changeable settings. More...
 
char * BelowRangeAnnotation
 User-changeable settings. More...
 
char * AboveRangeAnnotation
 User-changeable settings. More...
 
double AnnotationLeaderPadding
 User-changeable settings. More...
 
int MaximumWidthInPixels
 User-changeable settings. More...
 
int MaximumHeightInPixels
 User-changeable settings. More...
 
int TextPad
 User-changeable settings. More...
 
int VerticalTitleSeparation
 User-changeable settings. More...
 
double BarRatio
 User-changeable settings. More...
 
double TitleRatio
 User-changeable settings. More...
 
bool UnconstrainedFontSize
 User-changeable settings. More...
 
bool DrawBelowRangeSwatch
 User-changeable settings. More...
 
bool DrawAboveRangeSwatch
 User-changeable settings. More...
 
vtkTimeStamp BuildTime
 Internal state used for rendering. More...
 
int LastSize [2]
 Projected size in viewport coordinates of last build. More...
 
int LastOrigin [2]
 Projected origin (viewport coordinates) of last build. More...
 
vtkScalarBarActorInternalP
 Containers shared with subclasses. More...
 
vtkScalarsToColorsLookupTable
 The object this actor illustrates. More...
 
vtkTextPropertyTitleTextProperty
 Font for the legend title. More...
 
vtkTextPropertyLabelTextProperty
 Font for tick labels. More...
 
vtkTextPropertyAnnotationTextProperty
 Font for annotation labels. More...
 
vtkTextActorTitleActor
 The legend title text renderer. More...
 
vtkPolyDataScalarBar
 Polygon(s) colored by LookupTable. More...
 
vtkPolyDataMapper2DScalarBarMapper
 Mapper for ScalarBar. More...
 
vtkActor2DScalarBarActor
 Actor for ScalarBar. More...
 
vtkPolyDataTexturePolyData
 Polygon colored when UseOpacity is true. More...
 
vtkTextureTexture
 Color data for TexturePolyData. More...
 
vtkTexturedActor2DTextureActor
 Actor for TexturePolyData. More...
 
vtkPolyDataBackground
 Polygon used to fill the background. More...
 
vtkPolyDataMapper2DBackgroundMapper
 Mapper for Background. More...
 
vtkActor2DBackgroundActor
 Actor for Background. More...
 
vtkPolyDataFrame
 Polyline used to highlight frame. More...
 
vtkPolyDataMapper2DFrameMapper
 Mapper for Frame. More...
 
vtkActor2DFrameActor
 Actor for Frame. More...
 
- Protected Attributes inherited from vtkActor2D
vtkMapper2DMapper
 
int LayerNumber
 
vtkProperty2DProperty
 
vtkCoordinatePositionCoordinate
 
vtkCoordinatePosition2Coordinate
 
- Protected Attributes inherited from vtkProp
vtkTypeBool Visibility
 
vtkTypeBool Pickable
 
vtkTypeBool 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

Create a scalar bar with labels.

vtkScalarBarActor creates a scalar bar with tick marks. A scalar bar is a legend that indicates to the viewer the correspondence between color value and data value. The legend consists of a rectangular bar made of rectangular pieces each colored a constant value. Since vtkScalarBarActor is a subclass of vtkActor2D, it is drawn in the image plane (i.e., in the renderer's viewport) on top of the 3D graphics window.

To use vtkScalarBarActor you must associate a vtkScalarsToColors (or subclass) with it. The lookup table defines the colors and the range of scalar values used to map scalar data. Typically, the number of colors shown in the scalar bar is not equal to the number of colors in the lookup table, in which case sampling of the lookup table is performed.

Other optional capabilities include specifying the fraction of the viewport size (both x and y directions) which will control the size of the scalar bar and the number of tick labels. The actual position of the scalar bar on the screen is controlled by using the vtkActor2D::SetPosition() method (by default the scalar bar is centered in the viewport). Other features include the ability to orient the scalar bar horizontally of vertically and controlling the format (printf style) with which to print the labels on the scalar bar. Also, the vtkScalarBarActor's property is applied to the scalar bar and annotations (including layer, and compositing operator).

Set the text property/attributes of the title and the labels through the vtkTextProperty objects associated to this actor.

Warning
If a vtkLogLookupTable is specified as the lookup table to use, then the labels are created using a logarithmic scale.
See also
vtkActor2D vtkTextProperty vtkTextMapper vtkPolyDataMapper2D
Tests:
vtkScalarBarActor (Tests)

Definition at line 80 of file vtkScalarBarActor.h.

Member Typedef Documentation

Definition at line 83 of file vtkScalarBarActor.h.

Member Enumeration Documentation

anonymous enum
Enumerator
PrecedeScalarBar 
SucceedScalarBar 

Definition at line 243 of file vtkScalarBarActor.h.

Constructor & Destructor Documentation

vtkScalarBarActor::vtkScalarBarActor ( )
protected
vtkScalarBarActor::~vtkScalarBarActor ( )
overrideprotected

Member Function Documentation

static vtkTypeBool vtkScalarBarActor::IsTypeOf ( const char *  type)
static
virtual vtkTypeBool vtkScalarBarActor::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 vtkScalarBarActor* vtkScalarBarActor::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkScalarBarActor::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkActor2D.

vtkScalarBarActor* vtkScalarBarActor::NewInstance ( ) const
void vtkScalarBarActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

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 vtkScalarBarActor* vtkScalarBarActor::New ( )
static

Instantiate object with 64 maximum colors; 5 labels; %%-#6.3g label format, no title, and vertical orientation.

The initial scalar bar size is (0.05 x 0.8) of the viewport size.

int vtkScalarBarActor::RenderOpaqueGeometry ( vtkViewport viewport)
overridevirtual

Draw the scalar bar and annotation text to the screen.

Reimplemented from vtkProp.

int vtkScalarBarActor::RenderTranslucentPolygonalGeometry ( vtkViewport )
inlineoverridevirtual

Draw the scalar bar and annotation text to the screen.

Reimplemented from vtkProp.

Definition at line 98 of file vtkScalarBarActor.h.

int vtkScalarBarActor::RenderOverlay ( vtkViewport viewport)
overridevirtual

Draw the scalar bar and annotation text to the screen.

Reimplemented from vtkProp.

vtkTypeBool vtkScalarBarActor::HasTranslucentPolygonalGeometry ( )
overridevirtual

Does this prop have some translucent polygonal geometry?

Reimplemented from vtkProp.

void vtkScalarBarActor::ReleaseGraphicsResources ( vtkWindow )
overridevirtual

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.

virtual void vtkScalarBarActor::GetScalarBarRect ( int  rect[4],
vtkViewport viewport 
)
virtual

Fills rect with the dimensions of the scalar bar in viewport coordinates.

Only the color bar is considered – text labels are not considered. rect is {xmin, xmax, width, height}

virtual void vtkScalarBarActor::SetLookupTable ( vtkScalarsToColors )
virtual

Set/Get the lookup table to use.

The lookup table specifies the number of colors to use in the table (if not overridden), the scalar range, and any annotated values. Annotated values are rendered using vtkTextActor.

virtual vtkScalarsToColors* vtkScalarBarActor::GetLookupTable ( )
virtual

Set/Get the lookup table to use.

The lookup table specifies the number of colors to use in the table (if not overridden), the scalar range, and any annotated values. Annotated values are rendered using vtkTextActor.

virtual void vtkScalarBarActor::SetUseOpacity ( vtkTypeBool  )
virtual

Should be display the opacity as well.

This is displayed by changing the opacity of the scalar bar in accordance with the opacity of the given color. For clarity, a texture grid is placed in the background if Opacity is ON. You might also want to play with SetTextureGridWith in that case. [Default: off]

virtual vtkTypeBool vtkScalarBarActor::GetUseOpacity ( )
virtual

Should be display the opacity as well.

This is displayed by changing the opacity of the scalar bar in accordance with the opacity of the given color. For clarity, a texture grid is placed in the background if Opacity is ON. You might also want to play with SetTextureGridWith in that case. [Default: off]

virtual void vtkScalarBarActor::UseOpacityOn ( )
virtual

Should be display the opacity as well.

This is displayed by changing the opacity of the scalar bar in accordance with the opacity of the given color. For clarity, a texture grid is placed in the background if Opacity is ON. You might also want to play with SetTextureGridWith in that case. [Default: off]

virtual void vtkScalarBarActor::UseOpacityOff ( )
virtual

Should be display the opacity as well.

This is displayed by changing the opacity of the scalar bar in accordance with the opacity of the given color. For clarity, a texture grid is placed in the background if Opacity is ON. You might also want to play with SetTextureGridWith in that case. [Default: off]

virtual void vtkScalarBarActor::SetMaximumNumberOfColors ( int  )
virtual

Set/Get the maximum number of scalar bar segments to show.

This may differ from the number of colors in the lookup table, in which case the colors are samples from the lookup table.

virtual int vtkScalarBarActor::GetMaximumNumberOfColors ( )
virtual

Set/Get the maximum number of scalar bar segments to show.

This may differ from the number of colors in the lookup table, in which case the colors are samples from the lookup table.

virtual void vtkScalarBarActor::SetNumberOfLabels ( int  )
virtual

Set/Get the number of tick labels to show.

virtual int vtkScalarBarActor::GetNumberOfLabels ( )
virtual

Set/Get the number of tick labels to show.

virtual void vtkScalarBarActor::SetOrientation ( int  )
virtual

Control the orientation of the scalar bar.

virtual int vtkScalarBarActor::GetOrientation ( )
virtual

Control the orientation of the scalar bar.

void vtkScalarBarActor::SetOrientationToHorizontal ( )
inline

Control the orientation of the scalar bar.

Definition at line 169 of file vtkScalarBarActor.h.

void vtkScalarBarActor::SetOrientationToVertical ( )
inline

Control the orientation of the scalar bar.

Definition at line 171 of file vtkScalarBarActor.h.

virtual void vtkScalarBarActor::SetTitleTextProperty ( vtkTextProperty p)
virtual

Set/Get the title text property.

virtual vtkTextProperty* vtkScalarBarActor::GetTitleTextProperty ( )
virtual

Set/Get the title text property.

virtual void vtkScalarBarActor::SetLabelTextProperty ( vtkTextProperty p)
virtual

Set/Get the labels text property.

virtual vtkTextProperty* vtkScalarBarActor::GetLabelTextProperty ( )
virtual

Set/Get the labels text property.

virtual void vtkScalarBarActor::SetAnnotationTextProperty ( vtkTextProperty p)
virtual

Set/Get the annotation text property.

virtual vtkTextProperty* vtkScalarBarActor::GetAnnotationTextProperty ( )
virtual

Set/Get the annotation text property.

virtual void vtkScalarBarActor::SetLabelFormat ( const char *  )
virtual

Set/Get the format with which to print the labels on the scalar bar.

virtual char* vtkScalarBarActor::GetLabelFormat ( )
virtual

Set/Get the format with which to print the labels on the scalar bar.

virtual void vtkScalarBarActor::SetTitle ( const char *  )
virtual

Set/Get the title of the scalar bar actor,.

virtual char* vtkScalarBarActor::GetTitle ( )
virtual

Set/Get the title of the scalar bar actor,.

virtual void vtkScalarBarActor::SetComponentTitle ( const char *  )
virtual

Set/Get the title for the component that is selected,.

virtual char* vtkScalarBarActor::GetComponentTitle ( )
virtual

Set/Get the title for the component that is selected,.

void vtkScalarBarActor::ShallowCopy ( vtkProp prop)
overridevirtual

Shallow copy of a scalar bar actor.

Overloads the virtual vtkProp method.

Reimplemented from vtkProp.

virtual void vtkScalarBarActor::SetTextureGridWidth ( double  )
virtual

Set the width of the texture grid.

Used only if UseOpacity is ON.

virtual double vtkScalarBarActor::GetTextureGridWidth ( )
virtual

Set the width of the texture grid.

Used only if UseOpacity is ON.

virtual vtkTexturedActor2D* vtkScalarBarActor::GetTextureActor ( )
virtual

Get the texture actor.

. you may want to change some properties on it

virtual void vtkScalarBarActor::SetTextPosition ( int  )
virtual

Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction.

Thus, succeed implies the that the text is above scalar bar if the orientation is horizontal or right of scalar bar if the orientation is vertical. Precede is the opposite.

virtual int vtkScalarBarActor::GetTextPosition ( )
virtual

Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction.

Thus, succeed implies the that the text is above scalar bar if the orientation is horizontal or right of scalar bar if the orientation is vertical. Precede is the opposite.

virtual void vtkScalarBarActor::SetTextPositionToPrecedeScalarBar ( )
inlinevirtual

Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction.

Thus, succeed implies the that the text is above scalar bar if the orientation is horizontal or right of scalar bar if the orientation is vertical. Precede is the opposite.

Definition at line 256 of file vtkScalarBarActor.h.

virtual void vtkScalarBarActor::SetTextPositionToSucceedScalarBar ( )
inlinevirtual

Should the title and tick marks precede the scalar bar or succeed it? This is measured along the viewport coordinate direction perpendicular to the long axis of the scalar bar, not the reading direction.

Thus, succeed implies the that the text is above scalar bar if the orientation is horizontal or right of scalar bar if the orientation is vertical. Precede is the opposite.

Definition at line 258 of file vtkScalarBarActor.h.

virtual void vtkScalarBarActor::SetMaximumWidthInPixels ( int  )
virtual

Set/Get the maximum width and height in pixels.

Specifying the size as a relative fraction of the viewport can sometimes undesirably stretch the size of the actor too much. These methods allow the user to set bounds on the maximum size of the scalar bar in pixels along any direction. Defaults to unbounded.

virtual int vtkScalarBarActor::GetMaximumWidthInPixels ( )
virtual

Set/Get the maximum width and height in pixels.

Specifying the size as a relative fraction of the viewport can sometimes undesirably stretch the size of the actor too much. These methods allow the user to set bounds on the maximum size of the scalar bar in pixels along any direction. Defaults to unbounded.

virtual void vtkScalarBarActor::SetMaximumHeightInPixels ( int  )
virtual

Set/Get the maximum width and height in pixels.

Specifying the size as a relative fraction of the viewport can sometimes undesirably stretch the size of the actor too much. These methods allow the user to set bounds on the maximum size of the scalar bar in pixels along any direction. Defaults to unbounded.

virtual int vtkScalarBarActor::GetMaximumHeightInPixels ( )
virtual

Set/Get the maximum width and height in pixels.

Specifying the size as a relative fraction of the viewport can sometimes undesirably stretch the size of the actor too much. These methods allow the user to set bounds on the maximum size of the scalar bar in pixels along any direction. Defaults to unbounded.

virtual void vtkScalarBarActor::SetAnnotationLeaderPadding ( double  )
virtual

Set/get the padding between the scalar bar and the text annotations.

This space is used to draw leader lines. The default is 8 pixels.

virtual double vtkScalarBarActor::GetAnnotationLeaderPadding ( )
virtual

Set/get the padding between the scalar bar and the text annotations.

This space is used to draw leader lines. The default is 8 pixels.

virtual void vtkScalarBarActor::SetDrawAnnotations ( vtkTypeBool  )
virtual

Set/get whether text annotations should be rendered or not.

Currently, this only affects rendering when IndexedLookup is true. The default is true.

virtual vtkTypeBool vtkScalarBarActor::GetDrawAnnotations ( )
virtual

Set/get whether text annotations should be rendered or not.

Currently, this only affects rendering when IndexedLookup is true. The default is true.

virtual void vtkScalarBarActor::DrawAnnotationsOn ( )
virtual

Set/get whether text annotations should be rendered or not.

Currently, this only affects rendering when IndexedLookup is true. The default is true.

virtual void vtkScalarBarActor::DrawAnnotationsOff ( )
virtual

Set/get whether text annotations should be rendered or not.

Currently, this only affects rendering when IndexedLookup is true. The default is true.

virtual void vtkScalarBarActor::SetDrawNanAnnotation ( vtkTypeBool  )
virtual

Set/get whether the NaN annotation should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual vtkTypeBool vtkScalarBarActor::GetDrawNanAnnotation ( )
virtual

Set/get whether the NaN annotation should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::DrawNanAnnotationOn ( )
virtual

Set/get whether the NaN annotation should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::DrawNanAnnotationOff ( )
virtual

Set/get whether the NaN annotation should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::SetDrawBelowRangeSwatch ( bool  )
virtual

Set/get whether the Below range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual bool vtkScalarBarActor::GetDrawBelowRangeSwatch ( )
virtual

Set/get whether the Below range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::DrawBelowRangeSwatchOn ( )
virtual

Set/get whether the Below range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::DrawBelowRangeSwatchOff ( )
virtual

Set/get whether the Below range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::SetBelowRangeAnnotation ( const char *  )
virtual

Set/get the annotation text for "Below Range" values.

virtual char* vtkScalarBarActor::GetBelowRangeAnnotation ( )
virtual

Set/get the annotation text for "Below Range" values.

virtual void vtkScalarBarActor::SetDrawAboveRangeSwatch ( bool  )
virtual

Set/get whether the Above range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual bool vtkScalarBarActor::GetDrawAboveRangeSwatch ( )
virtual

Set/get whether the Above range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::DrawAboveRangeSwatchOn ( )
virtual

Set/get whether the Above range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::DrawAboveRangeSwatchOff ( )
virtual

Set/get whether the Above range swatch should be rendered or not.

This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::SetAboveRangeAnnotation ( const char *  )
virtual

Set/get the annotation text for "Above Range Swatch" values.

virtual char* vtkScalarBarActor::GetAboveRangeAnnotation ( )
virtual

Set/get the annotation text for "Above Range Swatch" values.

virtual void vtkScalarBarActor::SetFixedAnnotationLeaderLineColor ( vtkTypeBool  )
virtual

Set/get how leader lines connecting annotations to values should be colored.

When true, leader lines are all the same color (and match the LabelTextProperty color). When false, leader lines take on the color of the value they correspond to. This only affects rendering when DrawAnnotations is true. The default is false.

virtual vtkTypeBool vtkScalarBarActor::GetFixedAnnotationLeaderLineColor ( )
virtual

Set/get how leader lines connecting annotations to values should be colored.

When true, leader lines are all the same color (and match the LabelTextProperty color). When false, leader lines take on the color of the value they correspond to. This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::FixedAnnotationLeaderLineColorOn ( )
virtual

Set/get how leader lines connecting annotations to values should be colored.

When true, leader lines are all the same color (and match the LabelTextProperty color). When false, leader lines take on the color of the value they correspond to. This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::FixedAnnotationLeaderLineColorOff ( )
virtual

Set/get how leader lines connecting annotations to values should be colored.

When true, leader lines are all the same color (and match the LabelTextProperty color). When false, leader lines take on the color of the value they correspond to. This only affects rendering when DrawAnnotations is true. The default is false.

virtual void vtkScalarBarActor::SetNanAnnotation ( const char *  )
virtual

Set/get the annotation text for "NaN" values.

virtual char* vtkScalarBarActor::GetNanAnnotation ( )
virtual

Set/get the annotation text for "NaN" values.

virtual void vtkScalarBarActor::SetAnnotationTextScaling ( vtkTypeBool  )
virtual

Set/get whether annotation labels should be scaled with the viewport.

The default value is 0 (no scaling). If non-zero, the vtkTextActor instances used to render annotation labels will have their TextScaleMode set to viewport-based scaling, which nonlinearly scales font size with the viewport size.

virtual vtkTypeBool vtkScalarBarActor::GetAnnotationTextScaling ( )
virtual

Set/get whether annotation labels should be scaled with the viewport.

The default value is 0 (no scaling). If non-zero, the vtkTextActor instances used to render annotation labels will have their TextScaleMode set to viewport-based scaling, which nonlinearly scales font size with the viewport size.

virtual void vtkScalarBarActor::AnnotationTextScalingOn ( )
virtual

Set/get whether annotation labels should be scaled with the viewport.

The default value is 0 (no scaling). If non-zero, the vtkTextActor instances used to render annotation labels will have their TextScaleMode set to viewport-based scaling, which nonlinearly scales font size with the viewport size.

virtual void vtkScalarBarActor::AnnotationTextScalingOff ( )
virtual

Set/get whether annotation labels should be scaled with the viewport.

The default value is 0 (no scaling). If non-zero, the vtkTextActor instances used to render annotation labels will have their TextScaleMode set to viewport-based scaling, which nonlinearly scales font size with the viewport size.

virtual void vtkScalarBarActor::SetDrawBackground ( vtkTypeBool  )
virtual

Set/Get whether a background should be drawn around the scalar bar.

Default is off.

virtual vtkTypeBool vtkScalarBarActor::GetDrawBackground ( )
virtual

Set/Get whether a background should be drawn around the scalar bar.

Default is off.

virtual void vtkScalarBarActor::DrawBackgroundOn ( )
virtual

Set/Get whether a background should be drawn around the scalar bar.

Default is off.

virtual void vtkScalarBarActor::DrawBackgroundOff ( )
virtual

Set/Get whether a background should be drawn around the scalar bar.

Default is off.

virtual void vtkScalarBarActor::SetDrawFrame ( vtkTypeBool  )
virtual

Set/Get whether a frame should be drawn around the scalar bar.

Default is off.

virtual vtkTypeBool vtkScalarBarActor::GetDrawFrame ( )
virtual

Set/Get whether a frame should be drawn around the scalar bar.

Default is off.

virtual void vtkScalarBarActor::DrawFrameOn ( )
virtual

Set/Get whether a frame should be drawn around the scalar bar.

Default is off.

virtual void vtkScalarBarActor::DrawFrameOff ( )
virtual

Set/Get whether a frame should be drawn around the scalar bar.

Default is off.

virtual void vtkScalarBarActor::SetDrawColorBar ( vtkTypeBool  )
virtual

Set/Get whether the color bar should be drawn.

If off, only the tickmarks and text will be drawn. Default is on.

virtual vtkTypeBool vtkScalarBarActor::GetDrawColorBar ( )
virtual

Set/Get whether the color bar should be drawn.

If off, only the tickmarks and text will be drawn. Default is on.

virtual void vtkScalarBarActor::DrawColorBarOn ( )
virtual

Set/Get whether the color bar should be drawn.

If off, only the tickmarks and text will be drawn. Default is on.

virtual void vtkScalarBarActor::DrawColorBarOff ( )
virtual

Set/Get whether the color bar should be drawn.

If off, only the tickmarks and text will be drawn. Default is on.

virtual void vtkScalarBarActor::SetDrawTickLabels ( vtkTypeBool  )
virtual

Set/Get whether the tick labels should be drawn.

Default is on.

virtual vtkTypeBool vtkScalarBarActor::GetDrawTickLabels ( )
virtual

Set/Get whether the tick labels should be drawn.

Default is on.

virtual void vtkScalarBarActor::DrawTickLabelsOn ( )
virtual

Set/Get whether the tick labels should be drawn.

Default is on.

virtual void vtkScalarBarActor::DrawTickLabelsOff ( )
virtual

Set/Get whether the tick labels should be drawn.

Default is on.

virtual void vtkScalarBarActor::SetBackgroundProperty ( vtkProperty2D p)
virtual

Set/Get the background property.

virtual vtkProperty2D* vtkScalarBarActor::GetBackgroundProperty ( )
virtual

Set/Get the background property.

virtual void vtkScalarBarActor::SetFrameProperty ( vtkProperty2D p)
virtual

Set/Get the frame property.

virtual vtkProperty2D* vtkScalarBarActor::GetFrameProperty ( )
virtual

Set/Get the frame property.

virtual int vtkScalarBarActor::GetTextPad ( )
virtual

Set/get the amount of padding around text boxes.

The default is 1 pixel.

virtual void vtkScalarBarActor::SetTextPad ( int  )
virtual

Set/get the amount of padding around text boxes.

The default is 1 pixel.

virtual int vtkScalarBarActor::GetVerticalTitleSeparation ( )
virtual

Set/get the margin in pixels, between the title and the bar, when the Orientation is vertical.

The default is 0 pixels.

virtual void vtkScalarBarActor::SetVerticalTitleSeparation ( int  )
virtual

Set/get the margin in pixels, between the title and the bar, when the Orientation is vertical.

The default is 0 pixels.

virtual double vtkScalarBarActor::GetBarRatio ( )
virtual

Set/get the thickness of the color bar relative to the widget frame.

The default is 0.375 and must always be in the range ]0, 1[.

virtual void vtkScalarBarActor::SetBarRatio ( double  )
virtual

Set/get the thickness of the color bar relative to the widget frame.

The default is 0.375 and must always be in the range ]0, 1[.

virtual double vtkScalarBarActor::GetTitleRatio ( )
virtual

Set/get the ratio of the title height to the tick label height (used only when the Orientation is horizontal).

The default is 0.5, which attempts to make the labels and title the same size. This must be a number in the range ]0, 1[.

virtual void vtkScalarBarActor::SetTitleRatio ( double  )
virtual

Set/get the ratio of the title height to the tick label height (used only when the Orientation is horizontal).

The default is 0.5, which attempts to make the labels and title the same size. This must be a number in the range ]0, 1[.

virtual void vtkScalarBarActor::SetUnconstrainedFontSize ( bool  )
virtual

Set/Get whether the font size of title and labels is unconstrained.

Default is off. When it is constrained, the size of the scalar bar will constrained the font size When it is not, the size of the font will always be respected

virtual bool vtkScalarBarActor::GetUnconstrainedFontSize ( )
virtual

Set/Get whether the font size of title and labels is unconstrained.

Default is off. When it is constrained, the size of the scalar bar will constrained the font size When it is not, the size of the font will always be respected

virtual void vtkScalarBarActor::UnconstrainedFontSizeOn ( )
virtual

Set/Get whether the font size of title and labels is unconstrained.

Default is off. When it is constrained, the size of the scalar bar will constrained the font size When it is not, the size of the font will always be respected

virtual void vtkScalarBarActor::UnconstrainedFontSizeOff ( )
virtual

Set/Get whether the font size of title and labels is unconstrained.

Default is off. When it is constrained, the size of the scalar bar will constrained the font size When it is not, the size of the font will always be respected

virtual void vtkScalarBarActor::RebuildLayout ( vtkViewport viewport)
protectedvirtual

Called from within RenderOpaqueGeometry when the internal state members need to be updated before rendering.

This method invokes many virtual methods that first lay out the scalar bar and then use the layout to position actors and create datasets used to represent the scalar bar. Specifically, it invokes: FreeLayoutStorage, ComputeFrame, ComputeScalarBarThickness, LayoutNanSwatch, PrepareTitleText, LayoutTitle, ComputeScalarBarLength, LayoutTicks, and LayoutAnnotations to perform the layout step. Then, it invokes ConfigureAnnotations, ConfigureFrame, ConfigureScalarBar, ConfigureTitle, ConfigureTicks, and ConfigureNanSwatch to create and position actors used to render portions of the scalar bar.

By overriding one or more of these virtual methods, subclasses may change the appearance of the scalar bar.

In the layout phase, text actors must have their text properties and input strings updated, but the position of the actors should not be set or relied upon as subsequent layout steps may alter their placement.

virtual int vtkScalarBarActor::RebuildLayoutIfNeeded ( vtkViewport viewport)
protectedvirtual

Calls RebuildLayout if it is needed such as when positions etc have changed.

Return 1 on success zero on error

virtual void vtkScalarBarActor::FreeLayoutStorage ( )
protectedvirtual

Free internal storage used by the previous layout.

virtual void vtkScalarBarActor::ComputeFrame ( )
protectedvirtual

If the scalar bar should be inset into a frame or rendered with a solid background, this method will inset the outermost scalar bar rectangle by a small amount to avoid having the scalar bar illustration overlap any edges.

This method must set the frame coordinates (this->P->Frame).

virtual void vtkScalarBarActor::ComputeScalarBarThickness ( )
protectedvirtual

Determine how thick the scalar bar should be (on an axis perpendicular to the direction in which scalar values vary).

This method must set the scalar bar thickness (this->P->ScalarBarBox.Size[0]). It may depend on layout performed by ComputeFrame (i.e., the frame coordinates in this->P->Frame).

virtual void vtkScalarBarActor::ComputeSwatchPad ( )
protectedvirtual

Compute a correct SwatchPad.

virtual void vtkScalarBarActor::LayoutNanSwatch ( )
protectedvirtual
virtual void vtkScalarBarActor::LayoutBelowRangeSwatch ( )
protectedvirtual

Determine the size of the Below Range if it is to be rendered.

This method must set this->P->BelowSwatchSize and this->P->BelowBox. It may depend on layout performed by ComputeScalarBarThickness.

virtual void vtkScalarBarActor::LayoutAboveRangeSwatch ( )
protectedvirtual

Determine the size of the Above Range if it is to be rendered.

This method must set this->P->AboveBox. It may depend on layout performed by ComputeScalarBarThickness.

virtual void vtkScalarBarActor::LayoutAboveRangeSwatchPosn ( )
protectedvirtual

Determine the position of the Above Range if it is to be rendered.

This method must set this->P->AboveRangeSize. It may depend on layout performed by ComputeScalarBarLength.

virtual void vtkScalarBarActor::PrepareTitleText ( )
protectedvirtual

Set the title actor's input to the latest title (and subtitle) text.

virtual void vtkScalarBarActor::LayoutTitle ( )
protectedvirtual

Determine the position and size of the scalar bar title box.

This method must set this->P->TitleBox It may depend on layout performed by LayoutNanSwatch. If useTickBox is true, it should increase the target area for the label to touch the tick box. It is called in this way when the tick labels are small due to constraints other than the title box.

virtual void vtkScalarBarActor::LayoutForUnconstrainedFont ( )
protectedvirtual

This method sets the title and tick-box size and position for the UnconstrainedFontSize mode.

virtual void vtkScalarBarActor::ComputeScalarBarLength ( )
protectedvirtual

Determine how long the scalar bar should be (on an axis parallel to the direction in which scalar values vary).

This method must set this->P->ScalarBarBox.Size[1] and should estimate this->P->ScalarBarBox.Posn. It may depend on layout performed by LayoutTitle.

virtual void vtkScalarBarActor::LayoutTicks ( )
protectedvirtual

Determine the size and placement of any tick marks to be rendered.

This method must set this->P->TickBox. It may depend on layout performed by ComputeScalarBarLength.

The default implementation creates exactly this->NumberOfLabels tick marks, uniformly spaced on a linear or logarithmic scale.

virtual void vtkScalarBarActor::LayoutAnnotations ( )
protectedvirtual

This method must lay out annotation text and leader lines so they do not overlap.

This method must set this->P->AnnotationAnchors. It may depend on layout performed by LayoutTicks.

virtual void vtkScalarBarActor::ConfigureAnnotations ( )
protectedvirtual

Generate/configure the annotation labels using the laid-out geometry.

virtual void vtkScalarBarActor::ConfigureFrame ( )
protectedvirtual

Generate/configure the representation of the frame from laid-out geometry.

virtual void vtkScalarBarActor::DrawBoxes ( )
protectedvirtual

For debugging, add placement boxes to the frame polydata.

virtual void vtkScalarBarActor::ConfigureScalarBar ( )
protectedvirtual

Generate/configure the scalar bar representation from laid-out geometry.

virtual void vtkScalarBarActor::ConfigureTitle ( )
protectedvirtual

Generate/configure the title actor using the laid-out geometry.

virtual void vtkScalarBarActor::ConfigureTicks ( )
protectedvirtual

Generate/configure the tick-mark actors using the laid-out geometry.

virtual void vtkScalarBarActor::ConfigureNanSwatch ( )
protectedvirtual

Generate/configure the NaN swatch using the laid-out geometry.

Currently the NaN swatch is rendered by the same actor as the scalar bar. This may change in the future.

virtual void vtkScalarBarActor::ConfigureAboveBelowRangeSwatch ( bool  above)
protectedvirtual

Generate/configure the above/below range swatch using the laid-out geometry.

virtual void vtkScalarBarActor::EditAnnotations ( )
inlineprotectedvirtual

Subclasses may override this method to alter this->P->Labels, allowing the addition and removal of annotations.

The member maps viewport coordinates along the long axis of the scalar bar to text (which may include MathText; see vtkTextActor). It is a single-valued map, so you must perturb the coordinate if you wish multiple labels to annotate the same position. Each entry in this->P->Labels must have a matching entry in this->P->LabelColors.

Definition at line 688 of file vtkScalarBarActor.h.

virtual void vtkScalarBarActor::SizeTitle ( double titleSize,
int size,
vtkViewport viewport 
)
protectedvirtual

Compute the best size for the legend title.

This guarantees that the title will fit within the frame defined by Position and Position2.

int vtkScalarBarActor::MapAnnotationLabels ( vtkScalarsToColors lkup,
double  start,
double  delta,
const double range 
)
protected

Allocate actors for lookup table annotations and position them properly.

int vtkScalarBarActor::PlaceAnnotationsVertically ( double  barX,
double  barY,
double  barWidth,
double  barHeight,
double  delta,
double  pad 
)
protected

This method is called by ConfigureAnnotationLabels when Orientation is VTK_ORIENT_VERTICAL.

int vtkScalarBarActor::PlaceAnnotationsHorizontally ( double  barX,
double  barY,
double  barWidth,
double  barHeight,
double  delta,
double  pad 
)
protected

This method is called by ConfigureAnnotationLabels when Orientation is VTK_ORIENT_HORIZONTAL.

Member Data Documentation

int vtkScalarBarActor::MaximumNumberOfColors
protected

User-changeable settings.

Definition at line 718 of file vtkScalarBarActor.h.

int vtkScalarBarActor::NumberOfLabels
protected

User-changeable settings.

Definition at line 719 of file vtkScalarBarActor.h.

int vtkScalarBarActor::NumberOfLabelsBuilt
protected

User-changeable settings.

Definition at line 720 of file vtkScalarBarActor.h.

int vtkScalarBarActor::Orientation
protected

User-changeable settings.

Definition at line 721 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::DrawBackground
protected

User-changeable settings.

Definition at line 722 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::DrawFrame
protected

User-changeable settings.

Definition at line 723 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::DrawColorBar
protected

User-changeable settings.

Definition at line 724 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::DrawTickLabels
protected

User-changeable settings.

Definition at line 725 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::DrawAnnotations
protected

User-changeable settings.

Definition at line 726 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::DrawNanAnnotation
protected

User-changeable settings.

Definition at line 727 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::AnnotationTextScaling
protected

User-changeable settings.

Definition at line 728 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::FixedAnnotationLeaderLineColor
protected

User-changeable settings.

Definition at line 729 of file vtkScalarBarActor.h.

vtkProperty2D* vtkScalarBarActor::BackgroundProperty
protected

User-changeable settings.

Definition at line 730 of file vtkScalarBarActor.h.

vtkProperty2D* vtkScalarBarActor::FrameProperty
protected

User-changeable settings.

Definition at line 731 of file vtkScalarBarActor.h.

char* vtkScalarBarActor::Title
protected

User-changeable settings.

Definition at line 732 of file vtkScalarBarActor.h.

char* vtkScalarBarActor::ComponentTitle
protected

User-changeable settings.

Definition at line 733 of file vtkScalarBarActor.h.

char* vtkScalarBarActor::LabelFormat
protected

User-changeable settings.

Definition at line 734 of file vtkScalarBarActor.h.

vtkTypeBool vtkScalarBarActor::UseOpacity
protected

User-changeable settings.

Definition at line 735 of file vtkScalarBarActor.h.

double vtkScalarBarActor::TextureGridWidth
protected

User-changeable settings.

Definition at line 736 of file vtkScalarBarActor.h.

int vtkScalarBarActor::TextPosition
protected

User-changeable settings.

Definition at line 737 of file vtkScalarBarActor.h.

char* vtkScalarBarActor::NanAnnotation
protected

User-changeable settings.

Definition at line 738 of file vtkScalarBarActor.h.

char* vtkScalarBarActor::BelowRangeAnnotation
protected

User-changeable settings.

Definition at line 739 of file vtkScalarBarActor.h.

char* vtkScalarBarActor::AboveRangeAnnotation
protected

User-changeable settings.

Definition at line 740 of file vtkScalarBarActor.h.

double vtkScalarBarActor::AnnotationLeaderPadding
protected

User-changeable settings.

Definition at line 741 of file vtkScalarBarActor.h.

int vtkScalarBarActor::MaximumWidthInPixels
protected

User-changeable settings.

Definition at line 742 of file vtkScalarBarActor.h.

int vtkScalarBarActor::MaximumHeightInPixels
protected

User-changeable settings.

Definition at line 743 of file vtkScalarBarActor.h.

int vtkScalarBarActor::TextPad
protected

User-changeable settings.

Definition at line 744 of file vtkScalarBarActor.h.

int vtkScalarBarActor::VerticalTitleSeparation
protected

User-changeable settings.

Definition at line 745 of file vtkScalarBarActor.h.

double vtkScalarBarActor::BarRatio
protected

User-changeable settings.

Definition at line 746 of file vtkScalarBarActor.h.

double vtkScalarBarActor::TitleRatio
protected

User-changeable settings.

Definition at line 747 of file vtkScalarBarActor.h.

bool vtkScalarBarActor::UnconstrainedFontSize
protected

User-changeable settings.

Definition at line 748 of file vtkScalarBarActor.h.

bool vtkScalarBarActor::DrawBelowRangeSwatch
protected

User-changeable settings.

Definition at line 750 of file vtkScalarBarActor.h.

bool vtkScalarBarActor::DrawAboveRangeSwatch
protected

User-changeable settings.

Definition at line 751 of file vtkScalarBarActor.h.

vtkTimeStamp vtkScalarBarActor::BuildTime
protected

Internal state used for rendering.

Last time internal state changed.

Definition at line 756 of file vtkScalarBarActor.h.

int vtkScalarBarActor::LastSize[2]
protected

Projected size in viewport coordinates of last build.

Definition at line 757 of file vtkScalarBarActor.h.

int vtkScalarBarActor::LastOrigin[2]
protected

Projected origin (viewport coordinates) of last build.

Definition at line 758 of file vtkScalarBarActor.h.

vtkScalarBarActorInternal* vtkScalarBarActor::P
protected

Containers shared with subclasses.

Definition at line 760 of file vtkScalarBarActor.h.

vtkScalarsToColors* vtkScalarBarActor::LookupTable
protected

The object this actor illustrates.

Definition at line 762 of file vtkScalarBarActor.h.

vtkTextProperty* vtkScalarBarActor::TitleTextProperty
protected

Font for the legend title.

Definition at line 764 of file vtkScalarBarActor.h.

vtkTextProperty* vtkScalarBarActor::LabelTextProperty
protected

Font for tick labels.

Definition at line 765 of file vtkScalarBarActor.h.

vtkTextProperty* vtkScalarBarActor::AnnotationTextProperty
protected

Font for annotation labels.

Definition at line 766 of file vtkScalarBarActor.h.

vtkTextActor* vtkScalarBarActor::TitleActor
protected

The legend title text renderer.

Definition at line 767 of file vtkScalarBarActor.h.

vtkPolyData* vtkScalarBarActor::ScalarBar
protected

Polygon(s) colored by LookupTable.

Definition at line 769 of file vtkScalarBarActor.h.

vtkPolyDataMapper2D* vtkScalarBarActor::ScalarBarMapper
protected

Mapper for ScalarBar.

Definition at line 770 of file vtkScalarBarActor.h.

vtkActor2D* vtkScalarBarActor::ScalarBarActor
protected

Actor for ScalarBar.

Definition at line 771 of file vtkScalarBarActor.h.

vtkPolyData* vtkScalarBarActor::TexturePolyData
protected

Polygon colored when UseOpacity is true.

Definition at line 772 of file vtkScalarBarActor.h.

vtkTexture* vtkScalarBarActor::Texture
protected

Color data for TexturePolyData.

Definition at line 773 of file vtkScalarBarActor.h.

vtkTexturedActor2D* vtkScalarBarActor::TextureActor
protected

Actor for TexturePolyData.

Definition at line 774 of file vtkScalarBarActor.h.

vtkPolyData* vtkScalarBarActor::Background
protected

Polygon used to fill the background.

Definition at line 776 of file vtkScalarBarActor.h.

vtkPolyDataMapper2D* vtkScalarBarActor::BackgroundMapper
protected

Mapper for Background.

Definition at line 777 of file vtkScalarBarActor.h.

vtkActor2D* vtkScalarBarActor::BackgroundActor
protected

Actor for Background.

Definition at line 778 of file vtkScalarBarActor.h.

vtkPolyData* vtkScalarBarActor::Frame
protected

Polyline used to highlight frame.

Definition at line 780 of file vtkScalarBarActor.h.

vtkPolyDataMapper2D* vtkScalarBarActor::FrameMapper
protected

Mapper for Frame.

Definition at line 781 of file vtkScalarBarActor.h.

vtkActor2D* vtkScalarBarActor::FrameActor
protected

Actor for Frame.

Definition at line 782 of file vtkScalarBarActor.h.


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