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

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

Definition at line 19 of file SetVal.h.

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

Referenced by Impala::Core::Array::Statistics< Impala::Core::Array::Array2dTemrray2dTem< Real64, 1, Real64 > >::CheckStatValid(), ColorMoments(), Impala::Core::Array::ColorMoments::FillMomentCache(), IntegrateReduce(), IntegrateReduceWeighted(), and LocalMinMax().

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:58:40 2010 for ImpalaSrc by  doxygen 1.5.1