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

template<class DstArrayT, class SrcArrayT, class NgbT>
void Impala::Core::Array::Pattern::FuncNgbOp2dDispatch ( DstArrayT *  dst,
SrcArrayT *  src,
NgbT &  ngb 
)

Dispatch function for NgbOp2d (see Global functions for NgbOp2d) Dispatch is based on the categories defined in NgbT.

Definition at line 247 of file FuncNgbOp2d.h.

References ArrayCH(), and FuncNgbOp2d_Row().

Referenced by PatNgbOp2d().

00248 {
00249     int height = ArrayCH(dst);
00250     for (int y=0 ; y<height ; y++)
00251     {
00252         FuncNgbOp2d_Row(dst, src, ngb, y,
00253                         typename NgbT::PhaseCategory(),
00254                         typename NgbT::IteratorCategory());
00255     }
00256 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:01:30 2010 for ImpalaSrc by  doxygen 1.5.1