ActiViz .NET
5.8.0
|
vtkScalarBarWidget - 2D widget for manipulating a scalar bar More...
Public Member Functions | |
vtkScalarBarWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkScalarBarWidget () | |
Undocumented Block. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. | |
virtual int | GetRepositionable () |
Can the widget be moved. On by default. If off, the widget cannot be moved around. | |
virtual vtkScalarBarActor | GetScalarBarActor () |
Get the ScalarBar used by this Widget. One is created automatically. | |
vtkScalarBarRepresentation | GetScalarBarRepresentation () |
Return the representation as a vtkScalarBarRepresentation. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkScalarBarWidget | NewInstance () |
Undocumented Block. | |
virtual void | RepositionableOff () |
Can the widget be moved. On by default. If off, the widget cannot be moved around. | |
virtual void | RepositionableOn () |
Can the widget be moved. On by default. If off, the widget cannot be moved around. | |
virtual void | SetRepositionable (int _arg) |
Can the widget be moved. On by default. If off, the widget cannot be moved around. | |
virtual void | SetRepresentation (vtkScalarBarRepresentation rep) |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget. | |
virtual void | SetScalarBarActor (vtkScalarBarActor actor) |
Get the ScalarBar used by this Widget. One is created automatically. | |
Static Public Member Functions | |
static new vtkScalarBarWidget | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkScalarBarWidget | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkScalarBarWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkScalarBarWidget" |
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 | vtkScalarBarWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkScalarBarWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal int | vtkScalarBarWidget_GetRepositionable_02 (HandleRef pThis) |
static internal IntPtr | vtkScalarBarWidget_GetScalarBarActor_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkScalarBarWidget_GetScalarBarRepresentation_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkScalarBarWidget_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkScalarBarWidget_IsTypeOf_06 (string type) |
static internal IntPtr | vtkScalarBarWidget_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkScalarBarWidget_RepositionableOff_09 (HandleRef pThis) |
static internal void | vtkScalarBarWidget_RepositionableOn_10 (HandleRef pThis) |
static internal IntPtr | vtkScalarBarWidget_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkScalarBarWidget_SetRepositionable_12 (HandleRef pThis, int _arg) |
static internal void | vtkScalarBarWidget_SetRepresentation_13 (HandleRef pThis, HandleRef rep) |
static internal void | vtkScalarBarWidget_SetScalarBarActor_14 (HandleRef pThis, HandleRef actor) |
Static Private Member Functions | |
static | vtkScalarBarWidget () |
Automatically generated type registration mechanics. |
vtkScalarBarWidget - 2D widget for manipulating a scalar bar
Description This class provides support for interactively manipulating the position, size, and orientation of a scalar bar. It listens to Left mouse events and mouse movement. It also listens to Right mouse events and notifies any observers of Right mouse events on this object when they occur. It will change the cursor shape based on its location. If the cursor is over an edge of the scalar bar it will change the cursor shape to a resize edge shape. If the position of a scalar bar is moved to be close to the center of one of the four edges of the viewport, then the scalar bar will change its orientation to align with that edge. This orientation is sticky in that it will stay that orientation until the position is moved close to another edge.
static Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkScalarBarWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkBorderWidget.
override void Kitware.VTK.vtkScalarBarWidget.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.vtkBorderWidget.
virtual int Kitware.VTK.vtkScalarBarWidget.GetRepositionable | ( | ) | [virtual] |
Can the widget be moved. On by default. If off, the widget cannot be moved around.
TODO: This functionality should probably be moved to the superclass.
virtual vtkScalarBarActor Kitware.VTK.vtkScalarBarWidget.GetScalarBarActor | ( | ) | [virtual] |
Get the ScalarBar used by this Widget. One is created automatically.
Return the representation as a vtkScalarBarRepresentation.
override int Kitware.VTK.vtkScalarBarWidget.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new int Kitware.VTK.vtkScalarBarWidget.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBorderWidget.
static new vtkScalarBarWidget Kitware.VTK.vtkScalarBarWidget.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBorderWidget.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBorderWidget.
virtual void Kitware.VTK.vtkScalarBarWidget.RepositionableOff | ( | ) | [virtual] |
Can the widget be moved. On by default. If off, the widget cannot be moved around.
TODO: This functionality should probably be moved to the superclass.
virtual void Kitware.VTK.vtkScalarBarWidget.RepositionableOn | ( | ) | [virtual] |
Can the widget be moved. On by default. If off, the widget cannot be moved around.
TODO: This functionality should probably be moved to the superclass.
static new vtkScalarBarWidget Kitware.VTK.vtkScalarBarWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkBorderWidget.
virtual void Kitware.VTK.vtkScalarBarWidget.SetRepositionable | ( | int | _arg | ) | [virtual] |
Can the widget be moved. On by default. If off, the widget cannot be moved around.
TODO: This functionality should probably be moved to the superclass.
virtual void Kitware.VTK.vtkScalarBarWidget.SetRepresentation | ( | vtkScalarBarRepresentation | rep | ) | [virtual] |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
virtual void Kitware.VTK.vtkScalarBarWidget.SetScalarBarActor | ( | vtkScalarBarActor | actor | ) | [virtual] |
Get the ScalarBar used by this Widget. One is created automatically.
static internal void Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_GetRepositionable_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_GetScalarBarActor_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_GetScalarBarRepresentation_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_RepositionableOff_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_RepositionableOn_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_SetRepositionable_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_SetRepresentation_13 | ( | HandleRef | pThis, |
HandleRef | rep | ||
) | [private] |
static internal void Kitware.VTK.vtkScalarBarWidget.vtkScalarBarWidget_SetScalarBarActor_14 | ( | HandleRef | pThis, |
HandleRef | actor | ||
) | [private] |
new readonly string Kitware.VTK.vtkScalarBarWidget.MRClassNameKey = "18vtkScalarBarWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.
new const string Kitware.VTK.vtkScalarBarWidget.MRFullTypeName = "Kitware.VTK.vtkScalarBarWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.