ActiViz .NET
5.8.0
|
vtkInteractorStyleSwitch - class to swap between interactory styles More...
Public Member Functions | |
vtkInteractorStyleSwitch (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInteractorStyleSwitch () | |
Undocumented Block. | |
virtual vtkInteractorStyle | GetCurrentStyle () |
Set/Get current style. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkInteractorStyleSwitch | NewInstance () |
Undocumented Block. | |
override void | OnChar () |
Only care about the char event, which is used to switch between different styles. | |
override void | SetAutoAdjustCameraClippingRange (int value) |
We must override this method in order to pass the setting down to the underlying styles. | |
override void | SetCurrentRenderer (vtkRenderer arg0) |
Overridden from vtkInteractorObserver because the interactor styles used by this class must also be updated. | |
void | SetCurrentStyleToJoystickActor () |
Set/Get current style. | |
void | SetCurrentStyleToJoystickCamera () |
Set/Get current style. | |
void | SetCurrentStyleToTrackballActor () |
Set/Get current style. | |
void | SetCurrentStyleToTrackballCamera () |
Set/Get current style. | |
override void | SetDefaultRenderer (vtkRenderer arg0) |
Overridden from vtkInteractorObserver because the interactor styles used by this class must also be updated. | |
override void | SetInteractor (vtkRenderWindowInteractor iren) |
The sub styles need the interactor too. | |
Static Public Member Functions | |
static new vtkInteractorStyleSwitch | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInteractorStyleSwitch | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInteractorStyleSwitch" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkInteractorStyleSwitch" |
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 | vtkInteractorStyleSwitch_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkInteractorStyleSwitch_GetCurrentStyle_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkInteractorStyleSwitch_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkInteractorStyleSwitch_IsTypeOf_03 (string type) |
static internal IntPtr | vtkInteractorStyleSwitch_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleSwitch_OnChar_06 (HandleRef pThis) |
static internal IntPtr | vtkInteractorStyleSwitch_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleSwitch_SetAutoAdjustCameraClippingRange_08 (HandleRef pThis, int value) |
static internal void | vtkInteractorStyleSwitch_SetCurrentRenderer_09 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkInteractorStyleSwitch_SetCurrentStyleToJoystickActor_10 (HandleRef pThis) |
static internal void | vtkInteractorStyleSwitch_SetCurrentStyleToJoystickCamera_11 (HandleRef pThis) |
static internal void | vtkInteractorStyleSwitch_SetCurrentStyleToTrackballActor_12 (HandleRef pThis) |
static internal void | vtkInteractorStyleSwitch_SetCurrentStyleToTrackballCamera_13 (HandleRef pThis) |
static internal void | vtkInteractorStyleSwitch_SetDefaultRenderer_14 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkInteractorStyleSwitch_SetInteractor_15 (HandleRef pThis, HandleRef iren) |
Static Private Member Functions | |
static | vtkInteractorStyleSwitch () |
Automatically generated type registration mechanics. |
vtkInteractorStyleSwitch - class to swap between interactory styles
Description The class vtkInteractorStyleSwitch allows handles interactively switching between four interactor styles -- joystick actor, joystick camera, trackball actor, and trackball camera. Type 'j' or 't' to select joystick or trackball, and type 'c' or 'a' to select camera or actor. The default interactor style is joystick camera.
vtkInteractorStyleJoystickActor vtkInteractorStyleJoystickCamera vtkInteractorStyleTrackballActor vtkInteractorStyleTrackballCamera
static Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkInteractorStyleSwitch.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.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
virtual vtkInteractorStyle Kitware.VTK.vtkInteractorStyleSwitch.GetCurrentStyle | ( | ) | [virtual] |
Set/Get current style.
override int Kitware.VTK.vtkInteractorStyleSwitch.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
static new int Kitware.VTK.vtkInteractorStyleSwitch.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
static new vtkInteractorStyleSwitch Kitware.VTK.vtkInteractorStyleSwitch.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
override void Kitware.VTK.vtkInteractorStyleSwitch.OnChar | ( | ) | [virtual] |
Only care about the char event, which is used to switch between different styles.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static new vtkInteractorStyleSwitch Kitware.VTK.vtkInteractorStyleSwitch.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
override void Kitware.VTK.vtkInteractorStyleSwitch.SetAutoAdjustCameraClippingRange | ( | int | value | ) | [virtual] |
We must override this method in order to pass the setting down to the underlying styles.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleSwitch.SetCurrentRenderer | ( | vtkRenderer | arg0 | ) | [virtual] |
Overridden from vtkInteractorObserver because the interactor styles used by this class must also be updated.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
Set/Get current style.
Set/Get current style.
Set/Get current style.
Set/Get current style.
override void Kitware.VTK.vtkInteractorStyleSwitch.SetDefaultRenderer | ( | vtkRenderer | arg0 | ) | [virtual] |
Overridden from vtkInteractorObserver because the interactor styles used by this class must also be updated.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
override void Kitware.VTK.vtkInteractorStyleSwitch.SetInteractor | ( | vtkRenderWindowInteractor | iren | ) | [virtual] |
The sub styles need the interactor too.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static internal IntPtr Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_GetCurrentStyle_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_OnChar_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetAutoAdjustCameraClippingRange_08 | ( | HandleRef | pThis, |
int | value | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetCurrentRenderer_09 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetCurrentStyleToJoystickActor_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetCurrentStyleToJoystickCamera_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetCurrentStyleToTrackballActor_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetCurrentStyleToTrackballCamera_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetDefaultRenderer_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleSwitch.vtkInteractorStyleSwitch_SetInteractor_15 | ( | HandleRef | pThis, |
HandleRef | iren | ||
) | [private] |
new readonly string Kitware.VTK.vtkInteractorStyleSwitch.MRClassNameKey = "24vtkInteractorStyleSwitch" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.
new const string Kitware.VTK.vtkInteractorStyleSwitch.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleSwitch" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Reimplemented in Kitware.VTK.vtkInteractorStyleTrackball.