Go to the documentation of this file.
36 #ifndef vtkCriticalSection_h
37 #define vtkCriticalSection_h
39 #include "vtkCommonCoreModule.h"
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
void Lock()
Lock the vtkCriticalSection.
void Unlock()
Unlock the vtkCriticalSection.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Critical section locking class.
Critical section locking class.
void Unlock()
Unlock the vtkCriticalSection.
vtkSimpleCriticalSection SimpleCriticalSection
void Lock()
Lock the vtkCriticalSection.
~vtkCriticalSection() override