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

template<class ArrayT, class PixOpT>
void Impala::Core::Array::Pattern::FuncInOutDispatch ( ArrayT *  a,
PixOpT &  pixOp 
)

Dispatch function for FuncInOut (see Global functions for InOut).

Dispatch is based on the categories defined in PixOpT.

Definition at line 252 of file FuncInOut.h.

References FuncInOut().

Referenced by PatInOutOp(), PatM2InOutOp(), PatM3InOutOp(), and PatReduceOp().

00253 {
00254     FuncInOut(a, pixOp, typename PixOpT::DirectionCategory(),
00255               typename PixOpT::TransVarianceCategory(),
00256               typename PixOpT::PhaseCategory());
00257 }

Here is the call graph for this function:


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