vtkMutexFunctionLock - represents a function which may lock using mutual exclusion
Super Class: vtkObject
Description:
vtkMutexFunctionLock is an object that allows any function or C++ commands to be run using mutual exclusion. The macro vtkMutexLockFuncMacro should be used when a command should be run between a Lock and Unlock. This macro accepts the vtkMutexFunctionLock as the first argument and the C++ commands as the second argument.
Methods:
![]() | void vtkMutexFunctionLock () |
![]() | void vtkMutexFunctionLock () |
![]() | static vtkMutexFunctionLock *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void StartLock () |
![]() | void EndLock () |
Detailed Method Descriptions:
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void StartLock () |
![]() | void EndLock () |