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

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

#include <LatticeHistProgress.h>

Inheritance diagram for casa::LatticeHistProgress:
casa::LatticeProgress

List of all members.

Public Member Functions

 LatticeHistProgress ()
 Constructor makes a null object.
virtual ~LatticeHistProgress ()
 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 LatticeHistograms class.

Intended use:

Public interface

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Display a progress meter for the class LatticeHistograms

Synopsis

Progress meters can be displayed by the LatticeApply class which is used by LatticeHistograms in order to optimally iterate through the image. 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 69 of file LatticeHistProgress.h.


Constructor & Destructor Documentation

Constructor makes a null object.

Definition at line 74 of file LatticeHistProgress.h.

Destructor deletes the ProgressMeter pointer.


Member Function Documentation

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

The process has ended so clean things up.

Reimplemented from casa::LatticeProgress.

virtual void casa::LatticeHistProgress::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::LatticeHistProgress::nstepsDone ( uInt  nsteps) [virtual]

Tell the number of steps done so far.

Reimplemented from casa::LatticeProgress.


Member Data Documentation

Definition at line 90 of file LatticeHistProgress.h.


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