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.vtkDummyCommunicator Class Reference

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

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

List of all members.

Public Member Functions

 vtkDummyCommunicator (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDummyCommunicator ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkDummyCommunicator NewInstance ()
 Undocumented Block.
override int ReceiveVoidArray (IntPtr arg0, int arg1, int arg2, int arg3, int arg4)
 Since there is no one to communicate with, these methods just report an error.
override int SendVoidArray (IntPtr arg0, int arg1, int arg2, int arg3, int arg4)
 Since there is no one to communicate with, these methods just report an error.

Static Public Member Functions

static new vtkDummyCommunicator New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDummyCommunicator SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkDummyCommunicator"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkDummyCommunicator"
 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 vtkDummyCommunicator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDummyCommunicator_IsA_01 (HandleRef pThis, string type)
static internal int vtkDummyCommunicator_IsTypeOf_02 (string type)
static internal IntPtr vtkDummyCommunicator_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDummyCommunicator_ReceiveVoidArray_05 (HandleRef pThis, IntPtr arg0, int arg1, int arg2, int arg3, int arg4)
static internal IntPtr vtkDummyCommunicator_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDummyCommunicator_SendVoidArray_07 (HandleRef pThis, IntPtr arg0, int arg1, int arg2, int arg3, int arg4)

Static Private Member Functions

static vtkDummyCommunicator ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDummyCommunicator - Dummy controller for single process applications.

Description

This is a dummy communicator, which can be used by applications that always require a controller but are also compiled on systems without threads or MPI. Because there is always only one process, no real communication takes place.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkDummyCommunicator.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.vtkCommunicator.

override int Kitware.VTK.vtkDummyCommunicator.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCommunicator.

static new int Kitware.VTK.vtkDummyCommunicator.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCommunicator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCommunicator.

override int Kitware.VTK.vtkDummyCommunicator.ReceiveVoidArray ( IntPtr  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
) [virtual]

Since there is no one to communicate with, these methods just report an error.

Reimplemented from Kitware.VTK.vtkCommunicator.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCommunicator.

Here is the call graph for this function:

override int Kitware.VTK.vtkDummyCommunicator.SendVoidArray ( IntPtr  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
) [virtual]

Since there is no one to communicate with, these methods just report an error.

Reimplemented from Kitware.VTK.vtkCommunicator.

static internal int Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_ReceiveVoidArray_05 ( HandleRef  pThis,
IntPtr  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
) [private]
static internal IntPtr Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDummyCommunicator.vtkDummyCommunicator_SendVoidArray_07 ( HandleRef  pThis,
IntPtr  arg0,
int  arg1,
int  arg2,
int  arg3,
int  arg4 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDummyCommunicator.MRClassNameKey = "20vtkDummyCommunicator" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCommunicator.

new const string Kitware.VTK.vtkDummyCommunicator.MRFullTypeName = "Kitware.VTK.vtkDummyCommunicator"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCommunicator.


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