Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:18:39 2011 for ImpalaSrc by  doxygen 1.5.1