#include <vtkMutexLock.h>
Definition at line 54 of file vtkMutexLock.h.
Public Member Functions | |
| vtkSimpleMutexLock () | |
| virtual | ~vtkSimpleMutexLock () |
| void | Delete () |
| void | Lock (void) |
| void | Unlock (void) |
Static Public Member Functions | |
| static vtkSimpleMutexLock * | New () |
Protected Attributes | |
| vtkMutexType | MutexLock |
| vtkSimpleMutexLock::vtkSimpleMutexLock | ( | ) |
| virtual vtkSimpleMutexLock::~vtkSimpleMutexLock | ( | ) | [virtual] |
| static vtkSimpleMutexLock* vtkSimpleMutexLock::New | ( | ) | [static] |
| void vtkSimpleMutexLock::Delete | ( | ) | [inline] |
Definition at line 63 of file vtkMutexLock.h.
| void vtkSimpleMutexLock::Lock | ( | void | ) |
Lock the vtkMutexLock
| void vtkSimpleMutexLock::Unlock | ( | void | ) |
Unlock the vtkMutexLock
vtkMutexType vtkSimpleMutexLock::MutexLock [protected] |
Definition at line 72 of file vtkMutexLock.h.
1.5.6