ActiViz .NET
5.8.0
|
vtkInteractorStyleTerrain - manipulate camera in scene with natural view up (e.g., terrain) More...
Public Member Functions | |
vtkInteractorStyleTerrain (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInteractorStyleTerrain () | |
Instantiate the object. | |
override void | Dolly () |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. | |
virtual int | GetLatLongLines () |
Turn on/off the latitude/longitude lines. | |
override int | IsA (string type) |
Instantiate the object. | |
virtual void | LatLongLinesOff () |
Turn on/off the latitude/longitude lines. | |
virtual void | LatLongLinesOn () |
Turn on/off the latitude/longitude lines. | |
new vtkInteractorStyleTerrain | NewInstance () |
Instantiate the object. | |
override void | OnChar () |
Override the "fly-to" (f keypress) for images. | |
override void | OnLeftButtonDown () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnLeftButtonUp () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnMiddleButtonDown () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnMiddleButtonUp () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnMouseMove () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnRightButtonDown () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | OnRightButtonUp () |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse. | |
override void | Pan () |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. | |
override void | Rotate () |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. | |
virtual void | SetLatLongLines (int _arg) |
Turn on/off the latitude/longitude lines. | |
Static Public Member Functions | |
static new vtkInteractorStyleTerrain | New () |
Instantiate the object. | |
static new int | IsTypeOf (string type) |
Instantiate the object. | |
static new vtkInteractorStyleTerrain | SafeDownCast (vtkObjectBase o) |
Instantiate the object. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInteractorStyleTerrain" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkInteractorStyleTerrain" |
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 | vtkInteractorStyleTerrain_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleTerrain_Dolly_01 (HandleRef pThis) |
static internal int | vtkInteractorStyleTerrain_GetLatLongLines_02 (HandleRef pThis) |
static internal int | vtkInteractorStyleTerrain_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkInteractorStyleTerrain_IsTypeOf_04 (string type) |
static internal void | vtkInteractorStyleTerrain_LatLongLinesOff_05 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_LatLongLinesOn_06 (HandleRef pThis) |
static internal IntPtr | vtkInteractorStyleTerrain_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleTerrain_OnChar_09 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnLeftButtonDown_10 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnLeftButtonUp_11 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnMiddleButtonDown_12 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnMiddleButtonUp_13 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnMouseMove_14 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnRightButtonDown_15 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_OnRightButtonUp_16 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_Pan_17 (HandleRef pThis) |
static internal void | vtkInteractorStyleTerrain_Rotate_18 (HandleRef pThis) |
static internal IntPtr | vtkInteractorStyleTerrain_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorStyleTerrain_SetLatLongLines_20 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkInteractorStyleTerrain () |
Automatically generated type registration mechanics. |
vtkInteractorStyleTerrain - manipulate camera in scene with natural view up (e.g., terrain)
Description vtkInteractorStyleTerrain is used to manipulate a camera which is viewing a scene with a natural view up, e.g., terrain. The camera in such a scene is manipulated by specifying azimuth (angle around the view up vector) and elevation (the angle from the horizon).
The mouse binding for this class is as follows. Left mouse click followed rotates the camera around the focal point using both elevation and azimuth invocations on the camera. Left mouse motion in the horizontal direction results in azimuth motion; left mouse motion in the vertical direction results in elevation motion. Therefore, diagonal motion results in a combination of azimuth and elevation. (If the shift key is held during motion, then only one of elevation or azimuth is invoked, depending on the whether the mouse motion is primarily horizontal or vertical.) Middle mouse button pans the camera across the scene (again the shift key has a similar effect on limiting the motion to the vertical or horizontal direction. The right mouse is used to dolly (e.g., a type of zoom) towards or away from the focal point.
The class also supports some keypress events. The "r" key resets the camera. The "e" key invokes the exit callback and by default exits the program. The "f" key sets a new camera focal point and flys towards that point. The "u" key invokes the user event. The "3" key toggles between stereo and non-stero mode. The "l" key toggles on/off a latitude/longitude markers that can be used to estimate/control position.
static Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate the object.
override void Kitware.VTK.vtkInteractorStyleTerrain.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.
override void Kitware.VTK.vtkInteractorStyleTerrain.Dolly | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
virtual int Kitware.VTK.vtkInteractorStyleTerrain.GetLatLongLines | ( | ) | [virtual] |
Turn on/off the latitude/longitude lines.
override int Kitware.VTK.vtkInteractorStyleTerrain.IsA | ( | string | type | ) | [virtual] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static new int Kitware.VTK.vtkInteractorStyleTerrain.IsTypeOf | ( | string | type | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
virtual void Kitware.VTK.vtkInteractorStyleTerrain.LatLongLinesOff | ( | ) | [virtual] |
Turn on/off the latitude/longitude lines.
virtual void Kitware.VTK.vtkInteractorStyleTerrain.LatLongLinesOn | ( | ) | [virtual] |
Turn on/off the latitude/longitude lines.
static new vtkInteractorStyleTerrain Kitware.VTK.vtkInteractorStyleTerrain.New | ( | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
Instantiate the object.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnChar | ( | ) | [virtual] |
Override the "fly-to" (f keypress) for images.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnLeftButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnLeftButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnMiddleButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnMiddleButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnMouseMove | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnRightButtonDown | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.OnRightButtonUp | ( | ) | [virtual] |
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.Pan | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
override void Kitware.VTK.vtkInteractorStyleTerrain.Rotate | ( | ) | [virtual] |
These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
static new vtkInteractorStyleTerrain Kitware.VTK.vtkInteractorStyleTerrain.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
virtual void Kitware.VTK.vtkInteractorStyleTerrain.SetLatLongLines | ( | int | _arg | ) | [virtual] |
Turn on/off the latitude/longitude lines.
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_Dolly_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_GetLatLongLines_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_LatLongLinesOff_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_LatLongLinesOn_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnChar_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnLeftButtonDown_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnLeftButtonUp_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnMiddleButtonDown_12 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnMiddleButtonUp_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnMouseMove_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnRightButtonDown_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_OnRightButtonUp_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_Pan_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_Rotate_18 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_SafeDownCast_19 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorStyleTerrain.vtkInteractorStyleTerrain_SetLatLongLines_20 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkInteractorStyleTerrain.MRClassNameKey = "25vtkInteractorStyleTerrain" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.
new const string Kitware.VTK.vtkInteractorStyleTerrain.MRFullTypeName = "Kitware.VTK.vtkInteractorStyleTerrain" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorStyle.