Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual double Impala::Util::Range::GetValue (  )  [inline, virtual]

Implements Impala::Util::Iterable.

Reimplemented in Impala::Util::LogRange.

Definition at line 93 of file Iterable.h.

References mIterator, mRange, mStart, and mSteps.

00094     {
00095         if(mSteps < 2)
00096             return mStart;
00097         return mStart+((mRange*mIterator)/(mSteps-1));
00098     }


Generated on Thu Jan 13 09:24:18 2011 for ImpalaSrc by  doxygen 1.5.1