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

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

Processing one pixel.

Definition at line 89 of file TalkNgbExtraP1Cnum.h.

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

00090     {
00091         if (mVerbose)
00092             std::cout << "      TalkNgbExtraP1Cnum::next(" << x << "," << y
00093                       << "," << v1 << "," << v2 << ") " << std::endl;
00094         DstArithType tmp(v1, v2, 0);
00095         mResult += tmp;
00096     }


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