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 | |
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_t * | create () |
Static Protected Attributes | |
static creator_t | creator_ = NULL |