Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSimpleMutexLock Class Reference

#include <vtkMutexLock.h>

List of all members.

Public Member Functions

 vtkSimpleMutexLock ()
virtual ~vtkSimpleMutexLock ()
virtual const char * GetClassName ()
virtual int IsA (const char *name)
void Delete ()
void Lock (void)
void Unlock (void)

Static Public Member Functions

vtkSimpleMutexLockNew ()
vtkSimpleMutexLockSafeDownCast (vtkSimpleMutexLock *o)

Protected Attributes

vtkMutexType MutexLock


Constructor & Destructor Documentation

vtkSimpleMutexLock::vtkSimpleMutexLock  ) 
 

virtual vtkSimpleMutexLock::~vtkSimpleMutexLock  )  [virtual]
 


Member Function Documentation

vtkSimpleMutexLock* vtkSimpleMutexLock::New  )  [static]
 

virtual const char* vtkSimpleMutexLock::GetClassName  )  [inline, virtual]
 

Definition at line 78 of file vtkMutexLock.h.

virtual int vtkSimpleMutexLock::IsA const char *  name  )  [virtual]
 

vtkSimpleMutexLock* vtkSimpleMutexLock::SafeDownCast vtkSimpleMutexLock o  )  [static]
 

void vtkSimpleMutexLock::Delete  )  [inline]
 

Definition at line 82 of file vtkMutexLock.h.

void vtkSimpleMutexLock::Lock void   ) 
 

Lock the vtkMutexLock

Referenced by vtkMutexLock::Lock().

void vtkSimpleMutexLock::Unlock void   ) 
 

Unlock the vtkMutexLock

Referenced by vtkMutexLock::Unlock().


Member Data Documentation

vtkMutexType vtkSimpleMutexLock::MutexLock [protected]
 

Definition at line 91 of file vtkMutexLock.h.


The documentation for this class was generated from the following file: