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

Impala::Util::LogRange::LogRange ( const std::string &  name,
double  startExp,
double  endExp,
int  steps,
double  logarithmicBase = 10.0 
) [inline]

Definition at line 125 of file Iterable.h.

References mLogarithmicBase, and Impala::Util::Range::mValue.

00125                                                                                                            :
00126         Range(name, startExp, endExp, steps, false)
00127     {
00128         mLogarithmicBase = logarithmicBase;
00129         mValue = pow(mLogarithmicBase,startExp);
00130     }


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