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

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

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

Definition at line 299 of file FuncNgbOp2dExtra.h.

References ArrayCH(), and FuncNgbOp2dExtra_Row().

Referenced by PatNgbOp2dExtra().

00301 {
00302     int height = ArrayCH(dst);
00303     for (int y=0 ; y<height ; y++)
00304     {
00305         FuncNgbOp2dExtra_Row(dst, src, extra, ngb, y,
00306                              typename NgbT::PhaseCategory(),
00307                              typename NgbT::IteratorCategory());
00308     }
00309 }

Here is the call graph for this function:


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