36 #ifndef vtkCriticalSection_h 37 #define vtkCriticalSection_h 39 #include "vtkCommonCoreModule.h" 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.
void Lock()
Lock the vtkCriticalSection.
vtkSimpleCriticalSection SimpleCriticalSection
a simple class to control print indentation
~vtkCriticalSection() override
void Unlock()
Unlock the vtkCriticalSection.
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.