ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDummyController Class Reference

vtkDummyController - Dummy controller for single process applications More...

Inheritance diagram for Kitware.VTK.vtkDummyController:
[legend]
Collaboration diagram for Kitware.VTK.vtkDummyController:
[legend]

List of all members.

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.

Detailed Description

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.

vtkMultiProcessController


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

Here is the call graph for this function:

This method always returns 0.

Reimplemented from Kitware.VTK.vtkMultiProcessController.

If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.

Here is the call graph for this function:

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.

Directly calls multiple method 0.

Reimplemented from Kitware.VTK.vtkMultiProcessController.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiProcessController.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiProcessController.

Here is the call graph for this function:

If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.

If you don't need any special functionality from the controller, you can swap out the dummy communicator for another one.

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: