28 #ifndef LATTICES_LATTICEPROGRESS_H 29 #define LATTICES_LATTICEPROGRESS_H 33 #include <casacore/casa/aips.h> 38 template <
class T>
class Vector;
Abstract base class to monitor progress in lattice operations.
virtual ~LatticeProgress()
virtual void done()
The process has ended.
uInt expectedNsteps() const
Recovers the expected number of total steps.
virtual void initDerived()
Let a derived class initialize itself.
virtual void nstepsDone(uInt nsteps)
Tell the number of steps done so far.
void init(uInt expectedNsteps)
Initialize the process.
this file contains all the compiler specific defines