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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::MinimumVal ( DstArrayT *&  dst,
SrcArrayT *  src,
typename SrcArrayT::ArithType  val 
) [inline]

Definition at line 18 of file MinimumVal.h.

References Impala::Core::Array::Pattern::PatUnaryPixOp().

00019 {
00020     Trait::BpoBind2Val<DstArrayT, SrcArrayT,
00021                        Trait::BpoMinimum<DstArrayT, SrcArrayT, SrcArrayT> > upo(val);
00022     Pattern::PatUnaryPixOp(dst, src, upo);
00023 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:46 2010 for ImpalaSrc by  doxygen 1.5.1