#include <itkMutexLock.h>
SimpleMutexLock allows the locking of variables which are accessed through different threads. This header file also defines SimpleMutexLock which is not a subclass of Object.
Definition at line 70 of file itkMutexLock.h.
Public Types | |
| typedef SimpleMutexLock | Self |
Public Member Functions | |
| void | Delete () |
| const MutexType | GetMutexLock () const |
| Access the MutexType member variable from outside this class MutexType & | GetMutexLock () |
| virtual const char * | GetNameOfClass () |
| void | Lock (void) |
| Constructor and destructor left public purposely * | SimpleMutexLock () |
| void | Unlock (void) |
| virtual | ~SimpleMutexLock () |
Static Public Member Functions | |
| Methods for creation and destruction through the object factory *static SimpleMutexLock * | New () |
Protected Attributes | |
| MutexType | m_MutexLock |
|
|
Standard class typedefs. Definition at line 74 of file itkMutexLock.h. |
|
|
|
|
|
|
|
|
Definition at line 83 of file itkMutexLock.h. |
|
|
Definition at line 100 of file itkMutexLock.h. |
|
|
Definition at line 96 of file itkMutexLock.h. |
|
|
Used for debugging and other run-time purposes. Definition at line 87 of file itkMutexLock.h. |
|
|
Lock the MutexLock. |
|
|
|
|
|
Unlock the MutexLock. |
|
|
Definition at line 107 of file itkMutexLock.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000