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

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

Definition at line 14 of file CxRectZTiler.h.

00015 {
00016     return (x < y) ? x : y;
00017 }


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