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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M6poEw< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT Ex,
const SrcArithT Elx,
const SrcArithT Ellx,
const SrcArithT Ey,
const SrcArithT Ely,
const SrcArithT Elly 
) [inline]

Actual operation.

Definition at line 39 of file M6poEw.h.

References Impala::Core::Array::Element::E1Sqrt().

00041     {
00042         return Element::E1Sqrt(Ex*Ex + Ey*Ey + Elx*Elx + Ely*Ely + Ellx*Ellx + Elly*Elly);
00043     }

Here is the call graph for this function:


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