Assimp  v4.1. (December 2018)
Version.cpp File Reference

Functions

const ASSIMP_API char * aiGetBranchName ()
 Returns the branchname of the Assimp runtime. More...
 
ASSIMP_API unsigned int aiGetCompileFlags ()
 Returns assimp's compile flags. More...
 
const ASSIMP_API char * aiGetLegalString ()
 Returns a string with legal copyright and licensing information about Assimp. More...
 
ASSIMP_API unsigned int aiGetVersionMajor ()
 Returns the current major version number of Assimp. More...
 
ASSIMP_API unsigned int aiGetVersionMinor ()
 Returns the current minor version number of Assimp. More...
 
ASSIMP_API unsigned int aiGetVersionRevision ()
 Returns the repository revision of the Assimp runtime. More...
 

Variables

static const char * LEGAL_INFORMATION
 
static const unsigned int MajorVersion = 5
 
static const unsigned int MinorVersion = 0
 

Function Documentation

◆ aiGetBranchName()

const ASSIMP_API char* aiGetBranchName ( )

Returns the branchname of the Assimp runtime.

Returns
The current branch name.

◆ aiGetCompileFlags()

ASSIMP_API unsigned int aiGetCompileFlags ( void  )

Returns assimp's compile flags.

Returns
Any bitwise combination of the ASSIMP_CFLAGS_xxx constants.

◆ aiGetLegalString()

const ASSIMP_API char* aiGetLegalString ( void  )

Returns a string with legal copyright and licensing information about Assimp.

The string may include multiple lines.

Returns
Pointer to static string.

◆ aiGetVersionMajor()

ASSIMP_API unsigned int aiGetVersionMajor ( void  )

Returns the current major version number of Assimp.

Returns
Major version of the Assimp runtime the application was linked/built against

◆ aiGetVersionMinor()

ASSIMP_API unsigned int aiGetVersionMinor ( void  )

Returns the current minor version number of Assimp.

Returns
Minor version of the Assimp runtime the application was linked/built against

◆ aiGetVersionRevision()

ASSIMP_API unsigned int aiGetVersionRevision ( void  )

Returns the repository revision of the Assimp runtime.

Returns
SVN Repository revision number of the Assimp runtime the application was linked/built against.

Variable Documentation

◆ LEGAL_INFORMATION

const char* LEGAL_INFORMATION
static
Initial value:
=
"Open Asset Import Library (Assimp).\n"
"A free C/C++ library to import various 3D file formats into applications\n\n"
"(c) 2008-2020, assimp team\n"
"License under the terms and conditions of the 3-clause BSD license\n"
"https://github.com/assimp/assimp\n"

◆ MajorVersion

const unsigned int MajorVersion = 5
static

◆ MinorVersion

const unsigned int MinorVersion = 0
static