|
ActiViz .NET
5.8.0
|
vtkThreadMessager - A class for performing inter-thread messaging More...
Public Member Functions | |
| vtkThreadMessager (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkThreadMessager () | |
| Undocumented Block. | |
| void | DisableWaitForReceiver () |
| pthreads only. If the wait is enabled, the thread who is to call WaitForMessage() will block until a receiver thread is ready to receive. | |
| void | EnableWaitForReceiver () |
| pthreads only. If the wait is enabled, the thread who is to call WaitForMessage() will block until a receiver thread is ready to receive. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkThreadMessager | NewInstance () |
| Undocumented Block. | |
| void | SendWakeMessage () |
| Send a message to all threads who are waiting via WaitForMessage(). | |
| void | WaitForMessage () |
| Wait (block, non-busy) until another thread sends a message. | |
| void | WaitForReceiver () |
| pthreads only. If wait is enable, this will block until one thread is ready to receive a message. | |
Static Public Member Functions | |
| static new vtkThreadMessager | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkThreadMessager | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkThreadMessager" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "17vtkThreadMessager" |
| 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 | vtkThreadMessager_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkThreadMessager_DisableWaitForReceiver_01 (HandleRef pThis) |
| static internal void | vtkThreadMessager_EnableWaitForReceiver_02 (HandleRef pThis) |
| static internal int | vtkThreadMessager_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkThreadMessager_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkThreadMessager_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkThreadMessager_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkThreadMessager_SendWakeMessage_08 (HandleRef pThis) |
| static internal void | vtkThreadMessager_WaitForMessage_09 (HandleRef pThis) |
| static internal void | vtkThreadMessager_WaitForReceiver_10 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkThreadMessager () |
| Automatically generated type registration mechanics. | |
vtkThreadMessager - A class for performing inter-thread messaging
Description vtkMultithreader is a class that provides support for messaging between threads multithreaded using pthreads or Windows messaging.
| static Kitware.VTK.vtkThreadMessager.vtkThreadMessager | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkThreadMessager.vtkThreadMessager | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
pthreads only. If the wait is enabled, the thread who is to call WaitForMessage() will block until a receiver thread is ready to receive.
| override void Kitware.VTK.vtkThreadMessager.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.
pthreads only. If the wait is enabled, the thread who is to call WaitForMessage() will block until a receiver thread is ready to receive.
| override int Kitware.VTK.vtkThreadMessager.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkThreadMessager.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkThreadMessager Kitware.VTK.vtkThreadMessager.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkThreadMessager Kitware.VTK.vtkThreadMessager.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Send a message to all threads who are waiting via WaitForMessage().
| static internal void Kitware.VTK.vtkThreadMessager.vtkThreadMessager_DisableWaitForReceiver_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkThreadMessager.vtkThreadMessager_EnableWaitForReceiver_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkThreadMessager.vtkThreadMessager_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkThreadMessager.vtkThreadMessager_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkThreadMessager.vtkThreadMessager_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkThreadMessager.vtkThreadMessager_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkThreadMessager.vtkThreadMessager_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkThreadMessager.vtkThreadMessager_SendWakeMessage_08 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkThreadMessager.vtkThreadMessager_WaitForMessage_09 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkThreadMessager.vtkThreadMessager_WaitForReceiver_10 | ( | HandleRef | pThis | ) | [private] |
Wait (block, non-busy) until another thread sends a message.
pthreads only. If wait is enable, this will block until one thread is ready to receive a message.
new readonly string Kitware.VTK.vtkThreadMessager.MRClassNameKey = "17vtkThreadMessager" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkThreadMessager.MRFullTypeName = "Kitware.VTK.vtkThreadMessager" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1