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