Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Public Types | Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
the_mutex_interface_t Class Referenceabstract
Inheritance diagram for the_mutex_interface_t:
the_boost_mutex_t

Public Types

typedef the_mutex_interface_t *(* creator_t) ()
 

Public Member Functions

virtual void delete_this ()=0
 
virtual void lock ()=0
 
virtual void unlock ()=0
 
virtual bool try_lock ()=0
 

Static Public Member Functions

static void set_creator (creator_t creator)
 
static the_mutex_interface_tcreate ()
 

Static Protected Attributes

static creator_t creator_ = NULL
 

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