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,
ArrayT *  b,
PixOpT &  pixOp 
)

Definition at line 349 of file FuncInOut.h.

References FuncInOut().

00350 {
00351     FuncInOut(a, b, pixOp,
00352               typename PixOpT::DirectionCategory(),
00353               typename PixOpT::TransVarianceCategory(),
00354               typename PixOpT::PhaseCategory());
00355 }

Here is the call graph for this function:


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