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

Real64 Impala::Core::Array::Element::E1Max ( const Complex64 &  v  )  [inline]

Definition at line 43 of file E1Max.h.

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

Referenced by Impala::Core::Array::GetRgbPixels(), and Impala::Core::Array::GetRgbPixelsLM().

00044 {
00045     return (v.X() > v.Y()) ? v.X() : v.Y();
00046 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:00:15 2010 for ImpalaSrc by  doxygen 1.5.1