vtkMutexLock Class Reference

#include <vtkMutexLock.h>

Inheritance diagram for vtkMutexLock:

Inheritance graph
[legend]
Collaboration diagram for vtkMutexLock:

Collaboration graph
[legend]

List of all members.


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.

Definition at line 77 of file vtkMutexLock.h.


Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 vtkMutexLock ()

Protected Attributes

vtkSimpleMutexLock SimpleMutexLock

Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 82 of file vtkMutexLock.h.


Constructor & Destructor Documentation

vtkMutexLock::vtkMutexLock (  )  [inline, protected]

Definition at line 93 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.

virtual const char* vtkMutexLock::GetClassName (  )  [virtual]

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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

static vtkMutexLock* vtkMutexLock::SafeDownCast ( vtkObject o  )  [static]

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 100 of file vtkMutexLock.h.

void vtkMutexLock::Unlock ( void   )  [inline]

Unlock the vtkMutexLock

Definition at line 105 of file vtkMutexLock.h.


Member Data Documentation

Definition at line 92 of file vtkMutexLock.h.


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

Generated on Sat Dec 27 13:38:16 2008 for VTK by  doxygen 1.5.6