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 >::NextEl ( int  x,
int  y,
const SrcArithType value 
) [inline]

Processing one pixel.

Definition at line 80 of file TalkNgbP2Loop.h.

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

00081     {
00082         if (mVerbose)
00083             std::cout << "      TalkNgbP2Loop::next(" << x << "," << y << ","
00084                       << value << ") " << std::endl;
00085         mResult += value;
00086     }


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