Assimp
v3.1.1 (June 2014)
|
Functions to query the version of the Assimp runtime, check compile flags, ... More...
Macros | |
#define | ASSIMP_CFLAGS_DEBUG 0x4 |
Assimp was compiled as a debug build. More... | |
#define | ASSIMP_CFLAGS_NOBOOST 0x8 |
Assimp was compiled with ASSIMP_BUILD_BOOST_WORKAROUND defined. More... | |
#define | ASSIMP_CFLAGS_SHARED 0x1 |
Assimp was compiled as a shared object (Windows: DLL) More... | |
#define | ASSIMP_CFLAGS_SINGLETHREADED 0x10 |
Assimp was compiled with ASSIMP_BUILD_SINGLETHREADED defined. More... | |
#define | ASSIMP_CFLAGS_STLPORT 0x2 |
Assimp was compiled against STLport. More... | |
Functions | |
ASSIMP_API unsigned int | aiGetCompileFlags (void) |
Returns assimp's compile flags. More... | |
ASSIMP_API const char * | aiGetLegalString (void) |
Returns a string with legal copyright and licensing information about Assimp. More... | |
ASSIMP_API unsigned int | aiGetVersionMajor (void) |
Returns the current major version number of Assimp. More... | |
ASSIMP_API unsigned int | aiGetVersionMinor (void) |
Returns the current minor version number of Assimp. More... | |
ASSIMP_API unsigned int | aiGetVersionRevision (void) |
Returns the repository revision of the Assimp runtime. More... | |
Functions to query the version of the Assimp runtime, check compile flags, ...
#define ASSIMP_CFLAGS_DEBUG 0x4 |
Assimp was compiled as a debug build.
#define ASSIMP_CFLAGS_NOBOOST 0x8 |
Assimp was compiled with ASSIMP_BUILD_BOOST_WORKAROUND defined.
#define ASSIMP_CFLAGS_SHARED 0x1 |
Assimp was compiled as a shared object (Windows: DLL)
#define ASSIMP_CFLAGS_SINGLETHREADED 0x10 |
Assimp was compiled with ASSIMP_BUILD_SINGLETHREADED defined.
#define ASSIMP_CFLAGS_STLPORT 0x2 |
Assimp was compiled against STLport.
ASSIMP_API unsigned int aiGetCompileFlags | ( | void | ) |
Returns assimp's compile flags.
ASSIMP_API const char* aiGetLegalString | ( | void | ) |
Returns a string with legal copyright and licensing information about Assimp.
The string may include multiple lines.
ASSIMP_API unsigned int aiGetVersionMajor | ( | void | ) |
ASSIMP_API unsigned int aiGetVersionMinor | ( | void | ) |
ASSIMP_API unsigned int aiGetVersionRevision | ( | void | ) |