casa
$Rev:20696$
|
This is just an interface class for monitoring the progress of collapsing and image through calculating a moment. More...
#include <ImageMomentsProgressMonitor.h>
Public Member Functions | |
virtual void | setStepCount (int count)=0 |
virtual void | setStepsCompleted (int count)=0 |
virtual void | done ()=0 |
virtual | ~ImageMomentsProgressMonitor () |
This is just an interface class for monitoring the progress of collapsing and image through calculating a moment.
Definition at line 37 of file ImageMomentsProgressMonitor.h.
virtual casa::ImageMomentsProgressMonitor::~ImageMomentsProgressMonitor | ( | ) | [inline, virtual] |
Definition at line 42 of file ImageMomentsProgressMonitor.h.
virtual void casa::ImageMomentsProgressMonitor::done | ( | ) | [pure virtual] |
Implemented in casa::MomentCollapseThreadRadio.
virtual void casa::ImageMomentsProgressMonitor::setStepCount | ( | int | count | ) | [pure virtual] |
Implemented in casa::MomentCollapseThreadRadio.
virtual void casa::ImageMomentsProgressMonitor::setStepsCompleted | ( | int | count | ) | [pure virtual] |
Implemented in casa::MomentCollapseThreadRadio.