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

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

Actual operation.

Definition at line 40 of file M9poWw.h.

References Impala::Core::Array::Element::E1Sqrt(), and Impala::Core::Array::Trait::M9poWw< DstArrayT, SrcArrayT >::mScale.

00043     {
00044         return Element::E1Sqrt(Ex*Ex + Ey*Ey + Elx*Elx + Ely*Ely + Ellx*Ellx + Elly*Elly)/
00045             (E/mScale);
00046     }

Here is the call graph for this function:


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