casacore
|
Provides a progress meter for the LatticeHistograms
class.
More...
#include <LatticeHistProgress.h>
Public Member Functions | |
LatticeHistProgress () | |
Constructor makes a null object. More... | |
virtual | ~LatticeHistProgress () |
Destructor deletes the ProgressMeter pointer. More... | |
virtual void | initDerived () |
Initialize this object. More... | |
virtual void | nstepsDone (uInt nsteps) |
Tell the number of steps done so far. More... | |
virtual void | done () |
The process has ended so clean things up. More... | |
Public Member Functions inherited from casacore::LatticeProgress | |
LatticeProgress () | |
virtual | ~LatticeProgress () |
void | init (uInt expectedNsteps) |
Initialize the process. More... | |
uInt | expectedNsteps () const |
Recovers the expected number of total steps. More... | |
Private Attributes | |
ProgressMeter * | itsMeter |
Additional Inherited Members |
Provides a progress meter for the LatticeHistograms
class.
Public interface
Display a progress meter for the class LatticeHistograms
Progress meters can be displayed by the LatticeApply
class which is used by LatticeHistograms
in order to optimally iterate through the image. 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 LatticeHistProgress.h.
|
inline |
Constructor makes a null object.
Definition at line 74 of file LatticeHistProgress.h.
|
virtual |
Destructor deletes the ProgressMeter pointer.
|
virtual |
The process has ended so clean things up.
Reimplemented from casacore::LatticeProgress.
|
virtual |
Initialize this object.
Here we create the ProgressMeter This function is called by the init
in LatticeProgress
Reimplemented from casacore::LatticeProgress.
|
virtual |
Tell the number of steps done so far.
Reimplemented from casacore::LatticeProgress.
|
private |
Definition at line 90 of file LatticeHistProgress.h.