osg::osgStaticMax< uiValue1, uiValue2 > Struct Template Reference
[Compile Time Functionscompile time max]

#include <OSGBaseFunctions.h>

List of all members.

Public Types

enum  _iMax { iMax = uiValue1 < uiValue2 ? uiValue2 : uiValue1 }


Detailed Description

template<Int32 uiValue1, Int32 uiValue2>
struct osg::osgStaticMax< uiValue1, uiValue2 >

Definition at line 240 of file OSGBaseFunctions.h.


Member Enumeration Documentation

template<Int32 uiValue1, Int32 uiValue2>
enum osg::osgStaticMax::_iMax

Enumerator:
iMax 

Definition at line 242 of file OSGBaseFunctions.h.

00242 { iMax = uiValue1 < uiValue2 ? uiValue2 : uiValue1 };


The documentation for this struct was generated from the following file:

Generated on Mon Mar 17 11:10:41 2008 for OpenSG by  doxygen 1.5.5