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 | Friends | List of all members
Seg3D::LayerFilterNotifier Class Reference
Inheritance diagram for Seg3D::LayerFilterNotifier:
Core::Notifier

Public Member Functions

 LayerFilterNotifier (const std::string &filter_name)
 
virtual void wait ()
 
virtual bool timed_wait (double timeout)
 
virtual std::string get_name () const
 

Friends

class LayerFilterPrivate
 

Member Function Documentation

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

GET_NAME: The name of the resource we are waiting for

Implements Core::Notifier.

bool Seg3D::LayerFilterNotifier::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::LayerFilterNotifier::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: