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

template<class ElemT>
void Impala::Core::Histogram::Histogram1dTem< ElemT >::GetBinRange ( int  bin,
ElemT &  low,
ElemT &  high 
) [inline]

Definition at line 68 of file Histogram1dTem.h.

References Impala::Core::Histogram::Histogram1dTem< ElemT >::mBinWidth, and Impala::Core::Histogram::Histogram1dTem< ElemT >::mLow.

00069     {
00070         low = mLow + bin*mBinWidth;
00071         high = mLow + (bin+1)*mBinWidth;
00072     }


Generated on Fri Mar 19 11:12:26 2010 for ImpalaSrc by  doxygen 1.5.1