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

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

Processing one pixel.

Definition at line 76 of file TalkNgbExtraPnLoop.h.

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

00077     {
00078         if (mVerbose)
00079             std::cout << "      TalkNgbExtraPnLoop::next(" << x << "," << y
00080                       << "," << v1 << "," << v2 << ") " << std::endl;
00081         DstArithType tmp(v1, v2, 0);
00082         mResult += tmp;
00083     }


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