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

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

Processing one pixel.

Definition at line 87 of file TalkNgbP1Cnum.h.

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

00088     {
00089         if (mVerbose)
00090             std::cout << "      TalkNgbP1Cnum::next(" << x << "," << y << ","
00091                       << value << ") " << std::endl;
00092         mResult += value;
00093     }


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