36 #ifndef vtkCriticalSection_h
37 #define vtkCriticalSection_h
39 #include "vtkCommonCoreModule.h"
53 void PrintSelf(ostream& os,
vtkIndent indent)
override;
#define VTK_DEPRECATED_IN_9_1_0(reason)
abstract base class for most VTK objects
a simple class to control print indentation
Critical section locking class.
void Unlock()
Unlock the vtkCriticalSection.
void Lock()
Lock the vtkCriticalSection.