29 #ifndef IMAGES_IMAGEMOMENTSPROGRESS_H
30 #define IMAGES_IMAGEMOMENTSPROGRESS_H
67 class ImageMomentsProgressMonitor;
Abstract base class to monitor progress in lattice operations.
casacore::ProgressMeter * itsMeter
ImageMomentsProgressMonitor * progressMonitor
virtual void done()
The process has ended so clean things up.
This is just an interface class for monitoring the progress of collapsing and image through calculati...
virtual ~ImageMomentsProgress()
Destructor deletes the casacore::ProgressMeter pointer.
Visual indication of a tasks progress.
virtual void nstepsDone(casacore::uInt nsteps)
Tell the number of steps done so far.
ImageMomentsProgress()
Constructor makes a null object.
virtual void initDerived()
Initialize this object.
void setProgressMonitor(ImageMomentsProgressMonitor *monitor)
Set an ImageMomentsProgressMonitor that wants to receive progress updates.