VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends
vtkMutexLock Class Reference

mutual exclusion locking class More...

#include <vtkMutexLock.h>

Inheritance diagram for vtkMutexLock:
Inheritance graph
[legend]
Collaboration diagram for vtkMutexLock:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkMutexLockNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void Lock (void)
void Unlock (void)

Static Public Member Functions

static vtkMutexLockNew ()
static int IsTypeOf (const char *type)
static vtkMutexLockSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkMutexLock ()

Protected Attributes

vtkSimpleMutexLock SimpleMutexLock

Friends

class vtkConditionVariable

Detailed Description

mutual exclusion locking class

vtkMutexLock allows the locking of variables which are accessed through different threads. This header file also defines vtkSimpleMutexLock which is not a subclass of vtkObject.

Tests:
vtkMutexLock (Tests)

Definition at line 82 of file vtkMutexLock.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 87 of file vtkMutexLock.h.


Constructor & Destructor Documentation

vtkMutexLock::vtkMutexLock ( ) [inline, protected]

Definition at line 102 of file vtkMutexLock.h.


Member Function Documentation

static vtkMutexLock* vtkMutexLock::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

static int vtkMutexLock::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

virtual int vtkMutexLock::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented from vtkObject.

virtual vtkObjectBase* vtkMutexLock::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkObject.

Reimplemented from vtkObject.

void vtkMutexLock::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

void vtkMutexLock::Lock ( void  ) [inline]

Lock the vtkMutexLock

Definition at line 109 of file vtkMutexLock.h.

void vtkMutexLock::Unlock ( void  ) [inline]

Unlock the vtkMutexLock

Definition at line 114 of file vtkMutexLock.h.


Friends And Related Function Documentation

friend class vtkConditionVariable [friend]

Definition at line 98 of file vtkMutexLock.h.


Member Data Documentation

Definition at line 101 of file vtkMutexLock.h.


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