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

template<class DstArrayT, class SrcArrayT>
int Impala::Core::Feature::IntWeibullNgbPnLoop< DstArrayT, SrcArrayT >::imin2 ( int  x,
int  y 
) [inline]

Definition at line 410 of file IntWeibullNgbPnLoop.h.

Referenced by Impala::Core::Feature::IntWeibullNgbPnLoop< DstArrayT, SrcArrayT >::dpsifn().

00411 {
00412   return (x < y) ? x : y;
00413 }


Generated on Fri Mar 19 11:10:09 2010 for ImpalaSrc by  doxygen 1.5.1