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

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

Processing one pixel.

Definition at line 76 of file NgbLWshed.h.

References Impala::Core::Array::Trait::NgbLWshed< DstArrayT, SrcArrayT >::mI, and Impala::Core::Array::Trait::NgbLWshed< DstArrayT, SrcArrayT >::mValues.

00077     {
00078         mValues[mI++] = value;
00079     }


Generated on Thu Jan 13 09:18:22 2011 for ImpalaSrc by  doxygen 1.5.1