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

vtkMutexLock - mutual exclusion locking class More...

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

List of all members.

Public Member Functions

 vtkMutexLock (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMutexLock ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
void Lock ()
 Unlock the vtkMutexLock.
new vtkMutexLock NewInstance ()
 Undocumented Block.
void Unlock ()
 Unlock the vtkMutexLock.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkMutexLock"
 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 vtkMutexLock_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkMutexLock_IsA_01 (HandleRef pThis, string type)
static internal int vtkMutexLock_IsTypeOf_02 (string type)
static internal void vtkMutexLock_Lock_03 (HandleRef pThis)
static internal IntPtr vtkMutexLock_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMutexLock_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMutexLock_Unlock_07 (HandleRef pThis)

Static Private Member Functions

static vtkMutexLock ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMutexLock - mutual exclusion locking class

Description vtkMutexLock allows the locking of variables which are accessed through different threads. This header file also defines vtkSimpleMutexLock which is not a subclass of vtkObject.


Constructor & Destructor Documentation

static Kitware.VTK.vtkMutexLock.vtkMutexLock ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkMutexLock.vtkMutexLock ( 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.vtkMutexLock.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.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Unlock the vtkMutexLock.

static new vtkMutexLock Kitware.VTK.vtkMutexLock.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Unlock the vtkMutexLock.

static internal int Kitware.VTK.vtkMutexLock.vtkMutexLock_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMutexLock.vtkMutexLock_IsTypeOf_02 ( string  type) [private]
static internal void Kitware.VTK.vtkMutexLock.vtkMutexLock_Lock_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMutexLock.vtkMutexLock_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMutexLock.vtkMutexLock_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMutexLock.vtkMutexLock_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMutexLock.vtkMutexLock_Unlock_07 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMutexLock.MRClassNameKey = "12vtkMutexLock" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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