36 #ifndef vtkCriticalSection_h 37 #define vtkCriticalSection_h 39 #include "vtkCommonCoreModule.h" 74 this->SimpleCriticalSection.Lock();
79 this->SimpleCriticalSection.Unlock();
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.
vtkSimpleCriticalSection SimpleCriticalSection
a simple class to control print indentation
~vtkCriticalSection() override
Critical section locking class.
void Unlock()
Unlock the vtkCriticalSection.
Critical section locking class.
void Lock()
Lock the vtkCriticalSection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...