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

Int32 Impala::Core::Array::Element::E1Norm1 ( const Vec3Int32 &  v  )  [inline]

Definition at line 29 of file E1Norm1.h.

References Impala::Core::Array::Element::Vec3Int32::X(), Impala::Core::Array::Element::Vec3Int32::Y(), and Impala::Core::Array::Element::Vec3Int32::Z().

00030 {
00031     return ::abs(v.X()) + ::abs(v.Y()) + ::abs(v.Z());
00032 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:25 2011 for ImpalaSrc by  doxygen 1.5.1