Assimp  v3.1.1 (June 2014)
assimp::versionInfo Namespace Reference

Flags returned by aiGetCompileFlags(). More...

Variables

const uint ASSIMP_CFLAGS_DEBUG = 0x4
 Assimp was compiled as a debug build. More...
 
const uint ASSIMP_CFLAGS_NOBOOST = 0x8
 Assimp was compiled with ASSIMP_BUILD_BOOST_WORKAROUND defined. More...
 
const uint ASSIMP_CFLAGS_SINGLETHREADED = 0x10
 Assimp was compiled with ASSIMP_BUILD_SINGLETHREADED defined. More...
 
const uint ASSIMP_CFLAGS_STLPORT = 0x2
 Assimp was compiled against STLport. More...
 
 C
 

Detailed Description

Flags returned by aiGetCompileFlags().

Variable Documentation

const uint assimp::versionInfo::ASSIMP_CFLAGS_DEBUG = 0x4

Assimp was compiled as a debug build.

const uint assimp::versionInfo::ASSIMP_CFLAGS_NOBOOST = 0x8

Assimp was compiled with ASSIMP_BUILD_BOOST_WORKAROUND defined.

const uint assimp::versionInfo::ASSIMP_CFLAGS_SINGLETHREADED = 0x10

Assimp was compiled with ASSIMP_BUILD_SINGLETHREADED defined.

const uint assimp::versionInfo::ASSIMP_CFLAGS_STLPORT = 0x2

Assimp was compiled against STLport.

assimp::versionInfo::C
Initial value:
{
const uint ASSIMP_CFLAGS_SHARED = 0x1
#define ASSIMP_CFLAGS_SHARED
Assimp was compiled as a shared object (Windows: DLL)
Definition: version.h:84