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

template<class T>
T CxMax ( x,
y 
) [inline]

Definition at line 7 of file CxRectZTiler.h.

Referenced by CxRectZTiler::GetPos2d(), and CxRectZTiler::GetPos3d().

00008 {
00009     return (x > y) ? x : y;
00010 }


Generated on Fri Mar 19 10:21:23 2010 for ImpalaSrc by  doxygen 1.5.1