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 >::NextEl ( int  x,
int  y,
const SrcArithType v1,
const ExtraArithType v2 
) [inline]

Processing one pixel.

Definition at line 82 of file TalkNgbExtraP2Loop.h.

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

00083     {
00084         if (mVerbose)
00085             std::cout << "      TalkNgbExtraP2Loop::next(" << x << "," << y
00086                       << "," << v1 << "," << v2 << ") " << std::endl;
00087         DstArithType tmp(v1, v2, 0);
00088         mResult += tmp;
00089     }


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