#include <OSGConfig.h>#include <OSGBase.h>#include <OSGReal16.h>#include <sys/types.h>#include <stdlib.h>#include <utility>#include <float.h>#include <string>#include <stdio.h>#include <inttypes.h>#include <OSGBaseTypeTraits.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Classes | |
| struct | osg::SyncInfo |
Defines | |
| #define | OSGBASETPYES_HEADER_CVSID "@(#)$Id: $" |
Typedefs | |
| typedef char | osg::Char8 |
| typedef unsigned char | osg::UChar8 |
| typedef signed char | osg::SChar8 |
| typedef int8_t | osg::Int8 |
| typedef uint8_t | osg::UInt8 |
| typedef int16_t | osg::Int16 |
| typedef uint16_t | osg::UInt16 |
| typedef int32_t | osg::Int32 |
| typedef uint32_t | osg::UInt32 |
| typedef int64_t | osg::Int64 |
| typedef uint64_t | osg::UInt64 |
| typedef float | osg::Real32 |
| typedef double | osg::Real64 |
| typedef long double | osg::Real128 |
| typedef UInt64 | osg::BitVector |
| typedef UInt8 * | osg::MemoryHandle |
Enumerations | |
| enum | osg::MathTypeProperties { osg::RealValue, osg::IntValue, osg::BoolValue } |
Variables | |
| const Real32 | osg::Eps = 1E-6f |
| const Real32 | osg::Pi = 3.141592653589793f |
| const Real32 | osg::Sqrt2 = 1.41421356237309504f |
| const Real32 | osg::Inf = 1E30f |
| const Real32 | osg::NegInf = - 1E30f |
| const Char8 | osg::PluginExt [] = ".so" |
| const Char8 | osg::PluginPattern [] = "*.so" |
| const Char8 | osg::DirSep = '/' |
| #define OSGBASETPYES_HEADER_CVSID "@(#)$Id: $" |
Definition at line 637 of file OSGBaseTypes.h.
1.5.5