28 #ifndef LATTICES_LATTSTATSPROGRESS_H 29 #define LATTICES_LATTSTATSPROGRESS_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/lattices/LatticeMath/LatticeProgress.h> 35 #include <casacore/casa/Utilities/CountedPtr.h> Abstract base class to monitor progress in lattice operations.
void operator++(Int)
increment the current step (postfix version)
Provides a progress meter for the LatticeStatistics class.
Referenced counted pointer for constant data.
virtual void done()
The process has ended so clean things up.
virtual ~LattStatsProgress()
Destructor deletes the ProgressMeter pointer.
LattStatsProgress()
Constructor makes a null object.
CountedPtr< ProgressMeter > _meter
virtual void nstepsDone(uInt nsteps)
Tell the number of steps done so far.
this file contains all the compiler specific defines
virtual void initDerived()
Initialize this object.