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

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

Definition at line 65 of file Histogram2dTem.h.

00066     {
00067         low = mLowX + bin*mBinWidthX;
00068         high = mLowX + (bin+1)*mBinWidthX;
00069     }


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