28 #ifndef LATTICES_LATTSTATSPROGRESS_H
29 #define LATTICES_LATTSTATSPROGRESS_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.
virtual void initDerived()
Initialize this object.