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.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | List of all members
Seg3D::LayerAvailabilityNotifier Class Reference
Inheritance diagram for Seg3D::LayerAvailabilityNotifier:
Core::Notifier Core::ConnectionHandler

Public Member Functions

 LayerAvailabilityNotifier (LayerHandle layer)
 
virtual void wait ()
 
virtual bool timed_wait (double timeout)
 
virtual std::string get_name () const
 

Member Function Documentation

std::string Seg3D::LayerAvailabilityNotifier::get_name ( ) const
virtual

GET_NAME: The name of the resource we are waiting for

Implements Core::Notifier.

bool Seg3D::LayerAvailabilityNotifier::timed_wait ( double  timeout)
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.

void Seg3D::LayerAvailabilityNotifier::wait ( )
virtual

WAIT: Wait for the event to be triggered. If the event was already triggered this function returns immediately.

Implements Core::Notifier.


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