#include <vtkCriticalSection.h>
Collaboration diagram for vtkSimpleCriticalSection:
Public Methods | |
vtkSimpleCriticalSection () | |
virtual | ~vtkSimpleCriticalSection () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *name) |
void | Delete () |
void | Lock (void) |
void | Unlock (void) |
Static Public Methods | |
vtkSimpleCriticalSection * | New () |
vtkSimpleCriticalSection * | SafeDownCast (vtkSimpleCriticalSection *o) |
Protected Attributes | |
vtkCritSecType | CritSec |
|
|
|
|
|
|
|
Definition at line 104 of file vtkCriticalSection.h. |
|
|
|
|
|
Definition at line 108 of file vtkCriticalSection.h. |
|
Lock the vtkCriticalSection Referenced by vtkCriticalSection::Lock().
|
|
Unlock the vtkCriticalSection Referenced by vtkCriticalSection::Unlock().
|
|
Definition at line 117 of file vtkCriticalSection.h. |