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

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

Definition at line 71 of file Histogram2dTem.h.

00072     {
00073         low = mLowY + bin*mBinWidthY;
00074         high = mLowY + (bin+1)*mBinWidthY;
00075     }


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