|
ActiViz .NET
5.8.0
|
vtkMutexLock - mutual exclusion locking class More...
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. | |
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.
| 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.
| 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.
| void Kitware.VTK.vtkMutexLock.Lock | ( | ) |
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.
| static new vtkMutexLock Kitware.VTK.vtkMutexLock.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkMutexLock.Unlock | ( | ) |
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] |
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.
1.7.6.1