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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::UpoThreshold< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT x  )  [inline]

Definition at line 35 of file UpoThreshold.h.

References Impala::Core::Array::Trait::UpoThreshold< DstArrayT, SrcArrayT >::mLevel.

00036     {
00037         return x >= mLevel ? Int32(1) : Int32(0);
00038     }


Generated on Fri Mar 19 11:05:50 2010 for ImpalaSrc by  doxygen 1.5.1