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

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

Processing one pixel.

Definition at line 73 of file TalkNgbPnLoop.h.

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

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


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