Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:17:25 2011 for ImpalaSrc by  doxygen 1.5.1