#include <algorithm>Namespaces | |
| namespace | osg |
Defines | |
| #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) |
| #define OSG_ENDIAN 1 |
| Generated at Mon Mar 30 09:05:04 2009 for the OpenSceneGraph by doxygen 1.5.5. |