27 #ifndef vtkMutexLock_h 28 #define vtkMutexLock_h 31 #include "vtkCommonCoreModule.h" 34 #if defined(VTK_USE_PTHREADS) 39 #ifdef VTK_USE_WIN32_THREADS 43 #ifndef VTK_USE_PTHREADS 44 #ifndef VTK_USE_WIN32_THREADS 112 this->SimpleMutexLock.Lock();
117 this->SimpleMutexLock.Unlock();
mutual exclusion locking class
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Unlock(void)
Unlock the vtkMutexLock.
void Lock(void)
Lock the vtkMutexLock.
a simple class to control print indentation
vtkSimpleMutexLock SimpleMutexLock
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
mutual exclusion locking class