#include <OSGBaseTypeTraits.h>

Static Public Member Functions | |
| static bool | getZeroElement (void) |
| static bool | getOneElement (void) |
| static bool | getMax (void) |
| static bool | getMin (void) |
Static Public Attributes | |
| static const bool | IsPOD = true |
| static const MathTypeProperties | MathProp = BoolValue |
| static const bool | BitsSet = true |
| static const bool | BitsClear = false |
Definition at line 121 of file OSGBaseTypeTraits.h.
| static bool osg::osg::TypeTraits< bool >::getZeroElement | ( | void | ) | [inline, static] |
| static bool osg::osg::TypeTraits< bool >::getOneElement | ( | void | ) | [inline, static] |
| static bool osg::osg::TypeTraits< bool >::getMax | ( | void | ) | [inline, static] |
| static bool osg::osg::TypeTraits< bool >::getMin | ( | void | ) | [inline, static] |
const bool osg::osg::TypeTraits< bool >::IsPOD = true [static] |
Definition at line 123 of file OSGBaseTypeTraits.h.
const MathTypeProperties osg::osg::TypeTraits< bool >::MathProp = BoolValue [static] |
Definition at line 124 of file OSGBaseTypeTraits.h.
const bool osg::osg::TypeTraits< bool >::BitsSet = true [static] |
Definition at line 126 of file OSGBaseTypeTraits.h.
const bool osg::osg::TypeTraits< bool >::BitsClear = false [static] |
Definition at line 127 of file OSGBaseTypeTraits.h.
1.5.5