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 Member Functions | |
LayerAvailabilityNotifier (LayerHandle layer) | |
virtual void | wait () |
virtual bool | timed_wait (double timeout) |
virtual std::string | get_name () const |
|
virtual |
GET_NAME: The name of the resource we are waiting for
Implements Core::Notifier.
|
virtual |
WAIT: Wait for the event to be triggered. If the event was already triggered this function returns immediately with true. After the timeout the function returns. If a timeout was triggered it returns false.
Implements Core::Notifier.
|
virtual |
WAIT: Wait for the event to be triggered. If the event was already triggered this function returns immediately.
Implements Core::Notifier.