|
OpenSceneGraph 3.6.5
|
#include <algorithm>Namespaces | |
| namespace | osg |
| The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
| #define | OSG_ENDIAN 1 |
Enumerations | |
| enum | osg::Endian { osg::BigEndian , osg::LittleEndian } |
Functions | |
| Endian | osg::getCpuByteOrder () |
| void | osg::swapBytes (char *in, unsigned int size) |
| void | osg::swapBytes2 (char *in) |
| void | osg::swapBytes4 (char *in) |
| void | osg::swapBytes8 (char *in) |
| void | osg::swapBytes16 (char *in) |
| template<typename T > | |
| void | osg::swapBytes (T &t) |
| #define OSG_ENDIAN 1 |
| Generated at Fri Jan 31 2020 11:03:07 for the OpenSceneGraph by doxygen 1.9.5. |