casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::LattStatsProgress Class Reference

Provides a progress meter for the LatticeStatistics class. More...

#include <LattStatsProgress.h>

Inheritance diagram for casa::LattStatsProgress:
casa::LatticeProgress

List of all members.

Public Member Functions

 LattStatsProgress ()
 Constructor makes a null object.
virtual ~LattStatsProgress ()
 Destructor deletes the ProgressMeter pointer.
virtual void initDerived ()
 Initialize this object.
virtual void nstepsDone (uInt nsteps)
 Tell the number of steps done so far.
virtual void done ()
 The process has ended so clean things up.

Private Attributes

ProgressMeteritsMeter

Detailed Description

Provides a progress meter for the LatticeStatistics class.

Intended use:

Public interface

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Display a progress meter for the class LatticeStatistics

Synopsis

Progress meters can be displayed by the LatticeApply class which is used by LatticeStatistics in order to optimally iterate through the lattice. To do this, one must derive a class from LatticeProgress. LatticeApply calls methods declared in LatticeProgress and implemented in the derived class.

Motivation

I like progress meters !

Definition at line 72 of file LattStatsProgress.h.


Constructor & Destructor Documentation

Constructor makes a null object.

Definition at line 77 of file LattStatsProgress.h.

Destructor deletes the ProgressMeter pointer.


Member Function Documentation

virtual void casa::LattStatsProgress::done ( ) [virtual]

The process has ended so clean things up.

Reimplemented from casa::LatticeProgress.

virtual void casa::LattStatsProgress::initDerived ( ) [virtual]

Initialize this object.

Here we create the ProgressMeter This function is called by the init in LatticeProgress

Reimplemented from casa::LatticeProgress.

virtual void casa::LattStatsProgress::nstepsDone ( uInt  nsteps) [virtual]

Tell the number of steps done so far.

Reimplemented from casa::LatticeProgress.


Member Data Documentation

Definition at line 93 of file LattStatsProgress.h.


The documentation for this class was generated from the following file: