#include <ImageMomentsProgress.h>
Inheritance diagram for casa::ImageMomentsProgress:


Part of API
Display a progress meter for the ImageMoments class
Progress meters can be displayed by the LatticeApply class which is used by ImageMoments in order to optimally iterate through the image by lines. To do this, one must derive a class from LatticeProgress. LatticeApply calls methods declared in LatticeProgress and implemented in the derived class.
I like progress meters !
Definition at line 69 of file ImageMomentsProgress.h.
Public Member Functions | |
| ImageMomentsProgress () | |
| Constructor makes a null object. | |
| virtual | ~ImageMomentsProgress () |
| Destructor deletes the ProgressMeter pointer. | |
| virtual void | initDerived () |
| Initialize this object. | |
| virtual void | nstepsDone (uInt nsteps) |
| Tell the number of steps done so far. | |
| virtual void | done () |
| The process has ended so clean things up. | |
Private Attributes | |
| ProgressMeter * | itsMeter |
| casa::ImageMomentsProgress::ImageMomentsProgress | ( | ) | [inline] |
| virtual casa::ImageMomentsProgress::~ImageMomentsProgress | ( | ) | [virtual] |
Destructor deletes the ProgressMeter pointer.
| virtual void casa::ImageMomentsProgress::initDerived | ( | ) | [virtual] |
Initialize this object.
Here we create the ProgressMeter This function is called by the init in LatticeProgress
Reimplemented from casa::LatticeProgress.
| virtual void casa::ImageMomentsProgress::nstepsDone | ( | uInt | nsteps | ) | [virtual] |
| virtual void casa::ImageMomentsProgress::done | ( | ) | [virtual] |
Definition at line 90 of file ImageMomentsProgress.h.
1.5.1