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

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

Processing one pixel.

Definition at line 71 of file TalkNgbP1Loop.h.

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

00072     {
00073         if (mVerbose)
00074             std::cout << "      TalkNgbP1Loop::next(" << x << "," << y << ","
00075                       << value << ") " << std::endl;
00076         mResult += value;
00077     }


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