36 #ifndef vtkCriticalSection_h
37 #define vtkCriticalSection_h
39 #include "vtkCommonCoreModule.h"
Critical section locking class.
void Unlock()
Unlock the vtkCriticalSection.
~vtkCriticalSection() override
static vtkCriticalSection * New()
void Lock()
Lock the vtkCriticalSection.
vtkSimpleCriticalSection SimpleCriticalSection
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
abstract base class for most VTK objects
Critical section locking class.
void Unlock()
Unlock the vtkCriticalSection.
void Lock()
Lock the vtkCriticalSection.