Documentation for vtkMutexLock

vtkMutexLock - mutual exclusion locking class

Super Class: vtkObject

Description:

vtkMutexLock allows the locking of variables which are accessed through different threads

 

Methods:

void vtkMutexLock ()
void vtkMutexLock ()
static vtkMutexLock *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void Lock ()
void Unlock ()

 

Detailed Method Descriptions:

Print method for vtkMutexLock

void PrintSelf (unknown & ,vtkIndent )

Lock the vtkMutexLock

void Lock ()

Unlock the vtkMutexLock

void Unlock ()