Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:19:47 2011 for ImpalaSrc by  doxygen 1.5.1