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

template<class DstArrayT, class SrcArrayT, class ExtraArrayT>
void Impala::Core::Array::Trait::TalkNgbExtraP2Loop< DstArrayT, SrcArrayT, ExtraArrayT >::NextEl2 ( int  x,
int  y,
const SrcArithType v1,
const ExtraArithType v2 
) [inline]

Processing one pixel in second phase.

Definition at line 93 of file TalkNgbExtraP2Loop.h.

References Impala::Core::Array::Trait::TalkNgbExtraP2Loop< DstArrayT, SrcArrayT, ExtraArrayT >::mResult, and Impala::Core::Array::Trait::TalkNgbExtraP2Loop< DstArrayT, SrcArrayT, ExtraArrayT >::mVerbose.

00094     {
00095         if (mVerbose)
00096             std::cout << "      TalkNgbExtraP2Loop::next2(" << x << "," << y
00097                       << "," << v1 << "," << v2 << ") " << std::endl;
00098         DstArithType tmp(v1, v2, 0);
00099         mResult += tmp;
00100     }


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