ActiViz .NET
5.8.0
|
vtkXRenderWindowInteractor - an X event driven interface for a RenderWindow More...
Public Member Functions | |
vtkXRenderWindowInteractor (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkXRenderWindowInteractor () | |
Undocumented Block. | |
void | BreakLoopFlagOff () |
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function. | |
void | BreakLoopFlagOn () |
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function. | |
override void | Disable () |
Enable/Disable interactions. By default interactors are enabled when initialized. Initialize() must be called prior to enabling/disabling interaction. These methods are used when a window/widget is being shared by multiple renderers and interactors. This allows a "modal" display where one interactor is active when its data is to be displayed and all other interactors associated with the widget are disabled when their data is not displayed. | |
override void | Enable () |
Enable/Disable interactions. By default interactors are enabled when initialized. Initialize() must be called prior to enabling/disabling interaction. These methods are used when a window/widget is being shared by multiple renderers and interactors. This allows a "modal" display where one interactor is active when its data is to be displayed and all other interactors associated with the widget are disabled when their data is not displayed. | |
virtual int | GetBreakLoopFlag () |
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function. | |
override void | GetMousePosition (IntPtr x, IntPtr y) |
Re-defines virtual function to get mouse position by querying X-server. | |
override void | Initialize () |
Initializes the event handlers without an XtAppContext. This is good for when you don't have a user interface, but you still want to have mouse interaction. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXRenderWindowInteractor | NewInstance () |
Undocumented Block. | |
void | SetBreakLoopFlag (int arg0) |
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function. | |
override void | Start () |
This will start up the X event loop and never return. If you call this method it will loop processing X events until the application is exited. | |
override void | TerminateApp () |
Break the event loop on 'q','e' keypress. Want more ??? | |
override void | UpdateSize (int arg0, int arg1) |
Update the Size data member and set the associated RenderWindow's size. | |
Static Public Member Functions | |
static new vtkXRenderWindowInteractor | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkXRenderWindowInteractor | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXRenderWindowInteractor" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkXRenderWindowInteractor" |
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 | vtkXRenderWindowInteractor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXRenderWindowInteractor_BreakLoopFlagOff_01 (HandleRef pThis) |
static internal void | vtkXRenderWindowInteractor_BreakLoopFlagOn_02 (HandleRef pThis) |
static internal void | vtkXRenderWindowInteractor_Disable_03 (HandleRef pThis) |
static internal void | vtkXRenderWindowInteractor_Enable_04 (HandleRef pThis) |
static internal int | vtkXRenderWindowInteractor_GetBreakLoopFlag_05 (HandleRef pThis) |
static internal void | vtkXRenderWindowInteractor_GetMousePosition_06 (HandleRef pThis, IntPtr x, IntPtr y) |
static internal void | vtkXRenderWindowInteractor_Initialize_07 (HandleRef pThis) |
static internal int | vtkXRenderWindowInteractor_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkXRenderWindowInteractor_IsTypeOf_09 (string type) |
static internal IntPtr | vtkXRenderWindowInteractor_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXRenderWindowInteractor_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXRenderWindowInteractor_SetBreakLoopFlag_13 (HandleRef pThis, int arg0) |
static internal void | vtkXRenderWindowInteractor_Start_14 (HandleRef pThis) |
static internal void | vtkXRenderWindowInteractor_TerminateApp_15 (HandleRef pThis) |
static internal void | vtkXRenderWindowInteractor_UpdateSize_16 (HandleRef pThis, int arg0, int arg1) |
Static Private Member Functions | |
static | vtkXRenderWindowInteractor () |
Automatically generated type registration mechanics. |
vtkXRenderWindowInteractor - an X event driven interface for a RenderWindow
Description vtkXRenderWindowInteractor is a convenience object that provides event bindings to common graphics functions. For example, camera and actor functions such as zoom-in/zoom-out, azimuth, roll, and pan. IT is one of the window system specific subclasses of vtkRenderWindowInteractor. Please see vtkRenderWindowInteractor documentation for event bindings.
vtkRenderWindowInteractor vtkXRenderWindow
static Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function.
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function.
override void Kitware.VTK.vtkXRenderWindowInteractor.Disable | ( | ) | [virtual] |
Enable/Disable interactions. By default interactors are enabled when initialized. Initialize() must be called prior to enabling/disabling interaction. These methods are used when a window/widget is being shared by multiple renderers and interactors. This allows a "modal" display where one interactor is active when its data is to be displayed and all other interactors associated with the widget are disabled when their data is not displayed.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
override void Kitware.VTK.vtkXRenderWindowInteractor.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.vtkRenderWindowInteractor.
override void Kitware.VTK.vtkXRenderWindowInteractor.Enable | ( | ) | [virtual] |
Enable/Disable interactions. By default interactors are enabled when initialized. Initialize() must be called prior to enabling/disabling interaction. These methods are used when a window/widget is being shared by multiple renderers and interactors. This allows a "modal" display where one interactor is active when its data is to be displayed and all other interactors associated with the widget are disabled when their data is not displayed.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
virtual int Kitware.VTK.vtkXRenderWindowInteractor.GetBreakLoopFlag | ( | ) | [virtual] |
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function.
override void Kitware.VTK.vtkXRenderWindowInteractor.GetMousePosition | ( | IntPtr | x, |
IntPtr | y | ||
) | [virtual] |
Re-defines virtual function to get mouse position by querying X-server.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
override void Kitware.VTK.vtkXRenderWindowInteractor.Initialize | ( | ) | [virtual] |
Initializes the event handlers without an XtAppContext. This is good for when you don't have a user interface, but you still want to have mouse interaction.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
override int Kitware.VTK.vtkXRenderWindowInteractor.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
static new int Kitware.VTK.vtkXRenderWindowInteractor.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
static new vtkXRenderWindowInteractor Kitware.VTK.vtkXRenderWindowInteractor.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
static new vtkXRenderWindowInteractor Kitware.VTK.vtkXRenderWindowInteractor.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
void Kitware.VTK.vtkXRenderWindowInteractor.SetBreakLoopFlag | ( | int | arg0 | ) |
The BreakLoopFlag is checked in the Start() method. Setting it to anything other than zero will cause the interactor loop to terminate and return to the calling function.
override void Kitware.VTK.vtkXRenderWindowInteractor.Start | ( | ) | [virtual] |
This will start up the X event loop and never return. If you call this method it will loop processing X events until the application is exited.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
override void Kitware.VTK.vtkXRenderWindowInteractor.TerminateApp | ( | ) | [virtual] |
Break the event loop on 'q','e' keypress. Want more ???
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
override void Kitware.VTK.vtkXRenderWindowInteractor.UpdateSize | ( | int | arg0, |
int | arg1 | ||
) | [virtual] |
Update the Size data member and set the associated RenderWindow's size.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_BreakLoopFlagOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_BreakLoopFlagOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_Disable_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_Enable_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_GetBreakLoopFlag_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_GetMousePosition_06 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | y | ||
) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_Initialize_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_SetBreakLoopFlag_13 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_Start_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_TerminateApp_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkXRenderWindowInteractor.vtkXRenderWindowInteractor_UpdateSize_16 | ( | HandleRef | pThis, |
int | arg0, | ||
int | arg1 | ||
) | [private] |
new readonly string Kitware.VTK.vtkXRenderWindowInteractor.MRClassNameKey = "26vtkXRenderWindowInteractor" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.
new const string Kitware.VTK.vtkXRenderWindowInteractor.MRFullTypeName = "Kitware.VTK.vtkXRenderWindowInteractor" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderWindowInteractor.