28 #ifndef LATTICES_LATTICEPROGRESS_H
29 #define LATTICES_LATTICEPROGRESS_H
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.