ActiViz .NET
5.8.0
|
vtkDummyController - Dummy controller for single process applications More...
Public Member Functions | |
vtkDummyController (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDummyController () | |
Undocumented Block. | |
override void | CreateOutputWindow () |
Does nothing. | |
override void | FinalizeWrapper () |
This method is for setting up the processes. | |
override void | FinalizeWrapper (int arg0) |
This method is for setting up the processes. | |
override vtkCommunicator | GetCommunicator () |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one. | |
new int | GetLocalProcessId () |
This method always returns 0. | |
virtual vtkCommunicator | GetRMICommunicator () |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one. | |
override int | IsA (string type) |
Undocumented Block. | |
override void | MultipleMethodExecute () |
Directly calls multiple method 0. | |
new vtkDummyController | NewInstance () |
Undocumented Block. | |
virtual void | SetCommunicator (vtkCommunicator arg0) |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one. | |
virtual void | SetRMICommunicator (vtkCommunicator arg0) |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one. | |
override void | SingleMethodExecute () |
Directly calls the single method. | |
Static Public Member Functions | |
static new vtkDummyController | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDummyController | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDummyController" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkDummyController" |
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 | vtkDummyController_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDummyController_CreateOutputWindow_01 (HandleRef pThis) |
static internal void | vtkDummyController_Finalize_02 (HandleRef pThis) |
static internal void | vtkDummyController_Finalize_03 (HandleRef pThis, int arg0) |
static internal IntPtr | vtkDummyController_GetCommunicator_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDummyController_GetLocalProcessId_05 (HandleRef pThis) |
static internal IntPtr | vtkDummyController_GetRMICommunicator_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDummyController_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkDummyController_IsTypeOf_08 (string type) |
static internal void | vtkDummyController_MultipleMethodExecute_09 (HandleRef pThis) |
static internal IntPtr | vtkDummyController_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDummyController_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDummyController_SetCommunicator_13 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDummyController_SetRMICommunicator_14 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDummyController_SingleMethodExecute_15 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkDummyController () |
Automatically generated type registration mechanics. |
vtkDummyController - Dummy controller for single process applications
Description This is a dummy controller which can be used by applications which always require a controller but are also compile on systems without threads or mpi.
static Kitware.VTK.vtkDummyController.vtkDummyController | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDummyController.vtkDummyController | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDummyController.CreateOutputWindow | ( | ) | [virtual] |
Does nothing.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
override void Kitware.VTK.vtkDummyController.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.vtkMultiProcessController.
override void Kitware.VTK.vtkDummyController.FinalizeWrapper | ( | ) | [virtual] |
This method is for setting up the processes.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
override void Kitware.VTK.vtkDummyController.FinalizeWrapper | ( | int | arg0 | ) | [virtual] |
This method is for setting up the processes.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
override vtkCommunicator Kitware.VTK.vtkDummyController.GetCommunicator | ( | ) | [virtual] |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
new int Kitware.VTK.vtkDummyController.GetLocalProcessId | ( | ) |
This method always returns 0.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
virtual vtkCommunicator Kitware.VTK.vtkDummyController.GetRMICommunicator | ( | ) | [virtual] |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.
override int Kitware.VTK.vtkDummyController.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
static new int Kitware.VTK.vtkDummyController.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
override void Kitware.VTK.vtkDummyController.MultipleMethodExecute | ( | ) | [virtual] |
Directly calls multiple method 0.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
static new vtkDummyController Kitware.VTK.vtkDummyController.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
static new vtkDummyController Kitware.VTK.vtkDummyController.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
virtual void Kitware.VTK.vtkDummyController.SetCommunicator | ( | vtkCommunicator | arg0 | ) | [virtual] |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.
virtual void Kitware.VTK.vtkDummyController.SetRMICommunicator | ( | vtkCommunicator | arg0 | ) | [virtual] |
If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.
override void Kitware.VTK.vtkDummyController.SingleMethodExecute | ( | ) | [virtual] |
Directly calls the single method.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_CreateOutputWindow_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_Finalize_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_Finalize_03 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDummyController.vtkDummyController_GetCommunicator_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDummyController.vtkDummyController_GetLocalProcessId_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDummyController.vtkDummyController_GetRMICommunicator_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDummyController.vtkDummyController_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDummyController.vtkDummyController_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_MultipleMethodExecute_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDummyController.vtkDummyController_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDummyController.vtkDummyController_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDummyController.vtkDummyController_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_SetCommunicator_13 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_SetRMICommunicator_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDummyController.vtkDummyController_SingleMethodExecute_15 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkDummyController.MRClassNameKey = "18vtkDummyController" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiProcessController.
new const string Kitware.VTK.vtkDummyController.MRFullTypeName = "Kitware.VTK.vtkDummyController" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiProcessController.