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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::TalkNgbP2Loop< DstArrayT, SrcArrayT >::NextEl2 ( int  x,
int  y,
const SrcArithType value 
) [inline]

Processing one pixel in second phase.

Definition at line 90 of file TalkNgbP2Loop.h.

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

00091     {
00092         if (mVerbose)
00093             std::cout << "      TalkNgbP2Loop::next2(" << x << "," << y << ","
00094                       << value << ") " << std::endl;
00095         mResult += value;
00096     }


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