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

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
void Impala::Core::Array::AddSquared ( DstArrayT *&  dst,
Src1ArrayT *  src1,
Src2ArrayT *  src2 
) [inline]

Definition at line 18 of file AddSquared.h.

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

Referenced by InvQuasi().

00019 {
00020     Trait::BpoAddSquared<DstArrayT, Src1ArrayT, Src2ArrayT> bpo;
00021     Pattern::PatBinaryPixOp(dst, src1, src2, bpo);
00022 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:02 2010 for ImpalaSrc by  doxygen 1.5.1