24 #ifndef vtkMutexLock_h 25 #define vtkMutexLock_h 28 #include "vtkCommonCoreModule.h" 31 #if defined(VTK_USE_PTHREADS) 36 #ifdef VTK_USE_WIN32_THREADS 40 #ifndef VTK_USE_PTHREADS 41 #ifndef VTK_USE_WIN32_THREADS 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.
void Lock(void)
Lock the vtkMutexLock.
a simple class to control print indentation
vtkSimpleMutexLock SimpleMutexLock
void Unlock(void)
Unlock the vtkMutexLock.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
mutual exclusion locking class