#include <vtkMutexLock.h>
Collaboration diagram for vtkSimpleMutexLock:
Public Methods | |
vtkSimpleMutexLock () | |
virtual | ~vtkSimpleMutexLock () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *name) |
void | Delete () |
void | Lock (void) |
void | Unlock (void) |
Static Public Methods | |
vtkSimpleMutexLock * | New () |
vtkSimpleMutexLock * | SafeDownCast (vtkSimpleMutexLock *o) |
Protected Attributes | |
vtkMutexType | MutexLock |
|
|
|
|
|
|
|
Definition at line 91 of file vtkMutexLock.h. |
|
|
|
|
|
Definition at line 95 of file vtkMutexLock.h. |
|
Lock the vtkMutexLock Referenced by vtkMutexLock::Lock().
|
|
Unlock the vtkMutexLock Referenced by vtkMutexLock::Unlock().
|
|
Definition at line 104 of file vtkMutexLock.h. |