#include <OSGBaseFunctions.h>
Public Types | |
| enum | _iMax { iMax = uiValue1 < uiValue2 ? uiValue2 : uiValue1 } |
Definition at line 240 of file OSGBaseFunctions.h.
| enum osg::osgStaticMax::_iMax |
Definition at line 242 of file OSGBaseFunctions.h.
00242 { iMax = uiValue1 < uiValue2 ? uiValue2 : uiValue1 };
1.5.5