#include <endian.h>#include <OSGBase.h>#include <OSGExportDefines.h>Go to the source code of this file.
Defines | |
Version Defines | |
| #define | OSG_VERSION_STRING "1.8.0Alpha1" |
| #define | OSG_VERSION 0x010800 |
| #define | OSG_MAJOR_VERSION 1 |
| #define | OSG_MINOR_VERSION 8 |
| #define | OSG_RELEASE_VERSION 0 |
| #define | LITTLE_ENDIAN __LITTLE_ENDIAN |
| #define | BIG_ENDIAN __BIG_ENDIAN |
| #define | PDP_ENDIAN __PDP_ENDIAN |
| #define | BYTE_ORDER __BYTE_ORDER |
| #define | OSG |
| #define | OSG_BEGIN_NAMESPACE |
| #define | OSG_END_NAMESPACE |
| #define | OSG_USING_NAMESPACE |
| #define | OSG_DLSYM_UNDERSCORE |
| #define | OSG_COMPILETIME_NUM_ASPECTS |
| #define | OSG_NUM_ASPECTS 2 |
| #define | OSG_APIENTRY |
| #define | OSG_CHECK_ARG(ARG) ARG |
| #define | OSG_DEBUG_CHECK_ARG(ARG) |
| #define | OSG_ASSERT(expr) assert(expr) |
| #define | OSG_STDEXCEPTION_NAMESPACE |
| #define | OSG_STDEXTENSION_NAMESPACE std |
| #define | OSG_FLEX_USE_IOSTREAM_INPUT 1 |
| #define OSG_VERSION_STRING "1.8.0Alpha1" |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 62 of file OSGConfig.h.
| #define OSG_VERSION 0x010800 |
The numeric full version, with two digits per major/minor/release, e.g. 010300
Definition at line 68 of file OSGConfig.h.
| #define OSG_MAJOR_VERSION 1 |
The numeric major version number, e.g. 1
Definition at line 73 of file OSGConfig.h.
Referenced by osg::osgInit().
| #define OSG_MINOR_VERSION 8 |
The numeric minor version number, e.g. 4
Definition at line 78 of file OSGConfig.h.
Referenced by osg::osgInit().
| #define OSG_RELEASE_VERSION 0 |
The numeric release version number, e.g. 0
Definition at line 83 of file OSGConfig.h.
Referenced by osg::osgInit().
| #define LITTLE_ENDIAN __LITTLE_ENDIAN |
}
Definition at line 116 of file OSGConfig.h.
| #define BIG_ENDIAN __BIG_ENDIAN |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 117 of file OSGConfig.h.
Referenced by osg::osgIsBigEndian().
| #define PDP_ENDIAN __PDP_ENDIAN |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 118 of file OSGConfig.h.
| #define BYTE_ORDER __BYTE_ORDER |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 119 of file OSGConfig.h.
Referenced by osg::osgIsBigEndian().
| #define OSG |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 844 of file OSGConfig.h.
| #define OSG_BEGIN_NAMESPACE |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 845 of file OSGConfig.h.
| #define OSG_END_NAMESPACE |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 846 of file OSGConfig.h.
| #define OSG_USING_NAMESPACE |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 847 of file OSGConfig.h.
| #define OSG_DLSYM_UNDERSCORE |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 855 of file OSGConfig.h.
Referenced by osg::BlendChunk::BlendChunk(), osg::DVRIsoShader::DVRIsoShader(), osg::DVRMtexLUTShader::DVRMtexLUTShader(), osg::DVRSimpleLUTShader::DVRSimpleLUTShader(), osg::FBOViewport::FBOViewport(), osg::GeoPumpFactory::glextInitFunction(), osg::Particles::Particles(), osg::ProgramChunk::ProgramChunk(), osg::RegisterCombinersChunk::RegisterCombinersChunk(), osg::RenderAction::RenderAction(), osg::SHLChunk::SHLChunk(), osg::Slices::Slices(), and osg::TextureChunk::TextureChunk().
| #define OSG_COMPILETIME_NUM_ASPECTS |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 864 of file OSGConfig.h.
| #define OSG_NUM_ASPECTS 2 |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 866 of file OSGConfig.h.
| #define OSG_APIENTRY |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 876 of file OSGConfig.h.
Referenced by osg::RegisterCombinersChunk::activate(), osg::ProgramChunk::activate(), osg::PointChunk::activate(), osg::BlendChunk::activate(), osg::TextureChunk::activeTexture(), osg::ProgramChunk::changeFrom(), osg::PointChunk::changeFrom(), osg::BlendChunk::changeFrom(), osg::ProgramChunk::deactivate(), osg::PointChunk::deactivate(), osg::BlendChunk::deactivate(), drawShaderStrips< posTrait, secPosTrait, colTrait, texTrait, sizeTrait, normalTrait >::draw(), drawShaderQuads< posTrait, secPosTrait, colTrait, texTrait, sizeTrait, normalTrait >::draw(), osg::GeoVBO::draw(), drawShaderStrips< posTrait, secPosTrait, colTrait, texTrait, sizeTrait, normalTrait >::drawIndexed(), drawShaderQuads< posTrait, secPosTrait, colTrait, texTrait, sizeTrait, normalTrait >::drawIndexed(), GeoPump128(), GeoPump129(), osg::ProgramChunk::handleGL(), osg::TextureChunk::handleTexture(), osg::RenderAction::start(), osg::GeoVBO::update(), and osg::GeoVBO::~GeoVBO().
| #define OSG_CHECK_ARG | ( | ARG | ) | ARG |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 892 of file OSGConfig.h.
| #define OSG_DEBUG_CHECK_ARG | ( | ARG | ) |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 900 of file OSGConfig.h.
| #define OSG_ASSERT | ( | expr | ) | assert(expr) |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 918 of file OSGConfig.h.
Referenced by osg::MaterialPool::get(), osg::Node::getChild(), and osg::PrimitiveIterator::setGeo().
| #define OSG_STDEXCEPTION_NAMESPACE |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 926 of file OSGConfig.h.
| #define OSG_STDEXTENSION_NAMESPACE std |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 930 of file OSGConfig.h.
| #define OSG_FLEX_USE_IOSTREAM_INPUT 1 |
{
The printable Version string. Includes the full version with specifiers, e.g. "1.3.0pre1"
Definition at line 937 of file OSGConfig.h.
1.5.5