ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkScalarBarActor Class Reference

vtkScalarBarActor - Create a scalar bar with labels More...

Inheritance diagram for Kitware.VTK.vtkScalarBarActor:
[legend]
Collaboration diagram for Kitware.VTK.vtkScalarBarActor:
[legend]

List of all members.

Public Types

enum  PrecedeScalarBar_WrapperEnum { PrecedeScalarBar = 0, SucceedScalarBar = 1 }
 Get the texture actor.. you may want to change some properties on it. More...

Public Member Functions

 vtkScalarBarActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkScalarBarActor ()
 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.
virtual string GetComponentTitle ()
 Set/Get the title for the component that is selected,.
virtual string GetLabelFormat ()
 Set/Get the format with which to print the labels on the scalar bar.
virtual vtkTextProperty GetLabelTextProperty ()
 Set/Get the labels text property.
virtual vtkScalarsToColors GetLookupTable ()
 Set/Get the vtkLookupTable to use. The lookup table specifies the number of colors to use in the table (if not overridden), as well as the scalar range.
virtual int GetMaximumHeightInPixels ()
 Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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 GetMaximumNumberOfColors ()
 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 GetMaximumNumberOfColorsMaxValue ()
 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 GetMaximumNumberOfColorsMinValue ()
 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 GetMaximumWidthInPixels ()
 Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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 GetNumberOfLabels ()
 Set/Get the number of annotation labels to show.
virtual int GetNumberOfLabelsMaxValue ()
 Set/Get the number of annotation labels to show.
virtual int GetNumberOfLabelsMinValue ()
 Set/Get the number of annotation labels to show.
virtual int GetOrientation ()
 Control the orientation of the scalar bar.
virtual int GetOrientationMaxValue ()
 Control the orientation of the scalar bar.
virtual int GetOrientationMinValue ()
 Control the orientation of the scalar bar.
virtual int GetTextPosition ()
 Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.
virtual int GetTextPositionMaxValue ()
 Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.
virtual int GetTextPositionMinValue ()
 Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.
virtual vtkActor2D GetTextureActor ()
 Get the texture actor.. you may want to change some properties on it.
virtual double GetTextureGridWidth ()
 Set the width of the texture grid. Used only if UseOpacity is ON.
virtual string GetTitle ()
 Set/Get the title of the scalar bar actor,.
virtual vtkTextProperty GetTitleTextProperty ()
 Set/Get the title text property.
virtual int GetUseOpacity ()
 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].
override int HasTranslucentPolygonalGeometry ()
 Does this prop have some translucent polygonal geometry?
override int IsA (string type)
 Undocumented Block.
new vtkScalarBarActor NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Draw the scalar bar and annotation text to the screen.
override int RenderOverlay (vtkViewport viewport)
 Draw the scalar bar and annotation text to the screen.
override int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 Draw the scalar bar and annotation text to the screen.
virtual void SetComponentTitle (string _arg)
 Set/Get the title for the component that is selected,.
virtual void SetLabelFormat (string _arg)
 Set/Get the format with which to print the labels on the scalar bar.
virtual void SetLabelTextProperty (vtkTextProperty p)
 Set/Get the labels text property.
virtual void SetLookupTable (vtkScalarsToColors arg0)
 Set/Get the vtkLookupTable to use. The lookup table specifies the number of colors to use in the table (if not overridden), as well as the scalar range.
virtual void SetMaximumHeightInPixels (int _arg)
 Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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 SetMaximumNumberOfColors (int _arg)
 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 SetMaximumWidthInPixels (int _arg)
 Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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 SetNumberOfLabels (int _arg)
 Set/Get the number of annotation labels to show.
virtual void SetOrientation (int _arg)
 Control the orientation of the scalar bar.
void SetOrientationToHorizontal ()
 Control the orientation of the scalar bar.
void SetOrientationToVertical ()
 Control the orientation of the scalar bar.
virtual void SetTextPosition (int _arg)
 Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.
virtual void SetTextPositionToPrecedeScalarBar ()
 Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.
virtual void SetTextPositionToSucceedScalarBar ()
 Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.
virtual void SetTextureGridWidth (double _arg)
 Set the width of the texture grid. Used only if UseOpacity is ON.
virtual void SetTitle (string _arg)
 Set/Get the title of the scalar bar actor,.
virtual void SetTitleTextProperty (vtkTextProperty p)
 Set/Get the title text property.
virtual void SetUseOpacity (int _arg)
 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].
override void ShallowCopy (vtkProp prop)
 Shallow copy of a scalar bar actor. Overloads the virtual vtkProp method.
virtual void UseOpacityOff ()
 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 UseOpacityOn ()
 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].

Static Public Member Functions

static new vtkScalarBarActor New ()
 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.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkScalarBarActor SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkScalarBarActor"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkScalarBarActor"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkScalarBarActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkScalarBarActor_GetComponentTitle_01 (HandleRef pThis)
static internal IntPtr vtkScalarBarActor_GetLabelFormat_02 (HandleRef pThis)
static internal IntPtr vtkScalarBarActor_GetLabelTextProperty_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkScalarBarActor_GetLookupTable_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkScalarBarActor_GetMaximumHeightInPixels_05 (HandleRef pThis)
static internal int vtkScalarBarActor_GetMaximumNumberOfColors_06 (HandleRef pThis)
static internal int vtkScalarBarActor_GetMaximumNumberOfColorsMaxValue_07 (HandleRef pThis)
static internal int vtkScalarBarActor_GetMaximumNumberOfColorsMinValue_08 (HandleRef pThis)
static internal int vtkScalarBarActor_GetMaximumWidthInPixels_09 (HandleRef pThis)
static internal int vtkScalarBarActor_GetNumberOfLabels_10 (HandleRef pThis)
static internal int vtkScalarBarActor_GetNumberOfLabelsMaxValue_11 (HandleRef pThis)
static internal int vtkScalarBarActor_GetNumberOfLabelsMinValue_12 (HandleRef pThis)
static internal int vtkScalarBarActor_GetOrientation_13 (HandleRef pThis)
static internal int vtkScalarBarActor_GetOrientationMaxValue_14 (HandleRef pThis)
static internal int vtkScalarBarActor_GetOrientationMinValue_15 (HandleRef pThis)
static internal int vtkScalarBarActor_GetTextPosition_16 (HandleRef pThis)
static internal int vtkScalarBarActor_GetTextPositionMaxValue_17 (HandleRef pThis)
static internal int vtkScalarBarActor_GetTextPositionMinValue_18 (HandleRef pThis)
static internal IntPtr vtkScalarBarActor_GetTextureActor_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkScalarBarActor_GetTextureGridWidth_20 (HandleRef pThis)
static internal IntPtr vtkScalarBarActor_GetTitle_21 (HandleRef pThis)
static internal IntPtr vtkScalarBarActor_GetTitleTextProperty_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkScalarBarActor_GetUseOpacity_23 (HandleRef pThis)
static internal int vtkScalarBarActor_HasTranslucentPolygonalGeometry_24 (HandleRef pThis)
static internal int vtkScalarBarActor_IsA_25 (HandleRef pThis, string type)
static internal int vtkScalarBarActor_IsTypeOf_26 (string type)
static internal IntPtr vtkScalarBarActor_NewInstance_28 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarBarActor_ReleaseGraphicsResources_29 (HandleRef pThis, HandleRef arg0)
static internal int vtkScalarBarActor_RenderOpaqueGeometry_30 (HandleRef pThis, HandleRef viewport)
static internal int vtkScalarBarActor_RenderOverlay_31 (HandleRef pThis, HandleRef viewport)
static internal int vtkScalarBarActor_RenderTranslucentPolygonalGeometry_32 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkScalarBarActor_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarBarActor_SetComponentTitle_34 (HandleRef pThis, string _arg)
static internal void vtkScalarBarActor_SetLabelFormat_35 (HandleRef pThis, string _arg)
static internal void vtkScalarBarActor_SetLabelTextProperty_36 (HandleRef pThis, HandleRef p)
static internal void vtkScalarBarActor_SetLookupTable_37 (HandleRef pThis, HandleRef arg0)
static internal void vtkScalarBarActor_SetMaximumHeightInPixels_38 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_SetMaximumNumberOfColors_39 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_SetMaximumWidthInPixels_40 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_SetNumberOfLabels_41 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_SetOrientation_42 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_SetOrientationToHorizontal_43 (HandleRef pThis)
static internal void vtkScalarBarActor_SetOrientationToVertical_44 (HandleRef pThis)
static internal void vtkScalarBarActor_SetTextPosition_45 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_SetTextPositionToPrecedeScalarBar_46 (HandleRef pThis)
static internal void vtkScalarBarActor_SetTextPositionToSucceedScalarBar_47 (HandleRef pThis)
static internal void vtkScalarBarActor_SetTextureGridWidth_48 (HandleRef pThis, double _arg)
static internal void vtkScalarBarActor_SetTitle_49 (HandleRef pThis, string _arg)
static internal void vtkScalarBarActor_SetTitleTextProperty_50 (HandleRef pThis, HandleRef p)
static internal void vtkScalarBarActor_SetUseOpacity_51 (HandleRef pThis, int _arg)
static internal void vtkScalarBarActor_ShallowCopy_52 (HandleRef pThis, HandleRef prop)
static internal void vtkScalarBarActor_UseOpacityOff_53 (HandleRef pThis)
static internal void vtkScalarBarActor_UseOpacityOn_54 (HandleRef pThis)

Static Private Member Functions

static vtkScalarBarActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkScalarBarActor - Create a scalar bar with labels

Description vtkScalarBarActor creates a scalar bar with annotation text. 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 annotation 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 annotation (including layer, and compositing operator).

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

Caveats If a vtkLogLookupTable is specified as the lookup table to use, then the labels are created using a logarithmic scale.

vtkActor2D vtkTextProperty vtkTextMapper vtkPolyDataMapper2D


Member Enumeration Documentation

Get the texture actor.. you may want to change some properties on it.

Enumerator:
PrecedeScalarBar 

enum member

SucceedScalarBar 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

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.


Member Function Documentation

override void Kitware.VTK.vtkScalarBarActor.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkActor2D.

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

virtual string Kitware.VTK.vtkScalarBarActor.GetLabelFormat ( ) [virtual]

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

Set/Get the labels text property.

Here is the call graph for this function:

Set/Get the vtkLookupTable to use. The lookup table specifies the number of colors to use in the table (if not overridden), as well as the scalar range.

Here is the call graph for this function:

Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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.

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.

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.

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.

Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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.

Set/Get the number of annotation labels to show.

Set/Get the number of annotation labels to show.

Set/Get the number of annotation labels to show.

Control the orientation of the scalar bar.

Control the orientation of the scalar bar.

Control the orientation of the scalar bar.

Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.

Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.

Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.

Get the texture actor.. you may want to change some properties on it.

Here is the call graph for this function:

Set the width of the texture grid. Used only if UseOpacity is ON.

virtual string Kitware.VTK.vtkScalarBarActor.GetTitle ( ) [virtual]

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

Set/Get the title text property.

Here is the call graph for this function:

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].

Does this prop have some translucent polygonal geometry?

Reimplemented from Kitware.VTK.vtkActor2D.

override int Kitware.VTK.vtkScalarBarActor.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

static new int Kitware.VTK.vtkScalarBarActor.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

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.

Reimplemented from Kitware.VTK.vtkActor2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

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 Kitware.VTK.vtkActor2D.

Draw the scalar bar and annotation text to the screen.

Reimplemented from Kitware.VTK.vtkActor2D.

override int Kitware.VTK.vtkScalarBarActor.RenderOverlay ( vtkViewport  viewport) [virtual]

Draw the scalar bar and annotation text to the screen.

Reimplemented from Kitware.VTK.vtkActor2D.

Draw the scalar bar and annotation text to the screen.

Reimplemented from Kitware.VTK.vtkActor2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkScalarBarActor.SetComponentTitle ( string  _arg) [virtual]

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

virtual void Kitware.VTK.vtkScalarBarActor.SetLabelFormat ( string  _arg) [virtual]

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

Set/Get the labels text property.

Set/Get the vtkLookupTable to use. The lookup table specifies the number of colors to use in the table (if not overridden), as well as the scalar range.

virtual void Kitware.VTK.vtkScalarBarActor.SetMaximumHeightInPixels ( int  _arg) [virtual]

Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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 Kitware.VTK.vtkScalarBarActor.SetMaximumNumberOfColors ( int  _arg) [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 Kitware.VTK.vtkScalarBarActor.SetMaximumWidthInPixels ( int  _arg) [virtual]

Set/Get the maximum width and height in pixels. Specifying the size as a relative fraction of the viewport can sometimes undersirably strech 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 Kitware.VTK.vtkScalarBarActor.SetNumberOfLabels ( int  _arg) [virtual]

Set/Get the number of annotation labels to show.

virtual void Kitware.VTK.vtkScalarBarActor.SetOrientation ( int  _arg) [virtual]

Control the orientation of the scalar bar.

Control the orientation of the scalar bar.

Control the orientation of the scalar bar.

virtual void Kitware.VTK.vtkScalarBarActor.SetTextPosition ( int  _arg) [virtual]

Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.

Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.

Have the text preceding the scalar bar or suceeding it ? Succeed implies the that the text is Above scalar bar if orientation is horizontal or Right of scalar bar if orientation is vertical. Precede is the opposite.

virtual void Kitware.VTK.vtkScalarBarActor.SetTextureGridWidth ( double  _arg) [virtual]

Set the width of the texture grid. Used only if UseOpacity is ON.

virtual void Kitware.VTK.vtkScalarBarActor.SetTitle ( string  _arg) [virtual]

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

Set/Get the title text property.

virtual void Kitware.VTK.vtkScalarBarActor.SetUseOpacity ( int  _arg) [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].

override void Kitware.VTK.vtkScalarBarActor.ShallowCopy ( vtkProp  prop) [virtual]

Shallow copy of a scalar bar actor. Overloads the virtual vtkProp method.

Reimplemented from Kitware.VTK.vtkActor2D.

virtual void Kitware.VTK.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 Kitware.VTK.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].

static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetComponentTitle_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetLabelFormat_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetLabelTextProperty_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetLookupTable_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetMaximumHeightInPixels_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetMaximumNumberOfColors_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetMaximumWidthInPixels_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetNumberOfLabels_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetNumberOfLabelsMaxValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetNumberOfLabelsMinValue_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetOrientation_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetOrientationMaxValue_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetOrientationMinValue_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTextPosition_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTextPositionMaxValue_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTextPositionMinValue_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTextureActor_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTextureGridWidth_20 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTitle_21 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetTitleTextProperty_22 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_GetUseOpacity_23 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_IsA_25 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_IsTypeOf_26 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_NewInstance_28 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_ReleaseGraphicsResources_29 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_RenderOpaqueGeometry_30 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_RenderOverlay_31 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_RenderTranslucentPolygonalGeometry_32 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SafeDownCast_33 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetComponentTitle_34 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetLabelFormat_35 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetLabelTextProperty_36 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetLookupTable_37 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetMaximumHeightInPixels_38 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetMaximumNumberOfColors_39 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetMaximumWidthInPixels_40 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetNumberOfLabels_41 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetOrientation_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetOrientationToHorizontal_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetOrientationToVertical_44 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetTextPosition_45 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetTextureGridWidth_48 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetTitle_49 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetTitleTextProperty_50 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_SetUseOpacity_51 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_ShallowCopy_52 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_UseOpacityOff_53 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkScalarBarActor.vtkScalarBarActor_UseOpacityOn_54 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkScalarBarActor.MRClassNameKey = "17vtkScalarBarActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor2D.

new const string Kitware.VTK.vtkScalarBarActor.MRFullTypeName = "Kitware.VTK.vtkScalarBarActor"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor2D.


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