24#ifndef vtkCriticalSection_h 
   25#define vtkCriticalSection_h 
   27#include "vtkCommonCoreModule.h"  
   32VTK_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)