aiVersion.h File Reference

Functions to query the version of the Assimp runtime, check compile flags, . More...

Functions

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.
ASSIMP_API unsigned int aiGetVersionMajor (void)
 Returns the current major version number of Assimp.
ASSIMP_API unsigned int aiGetVersionMinor (void)
 Returns the current minor version number of Assimp.
ASSIMP_API unsigned int aiGetVersionRevision (void)
 Returns the repository revision of the Assimp runtime.

Detailed Description

Functions to query the version of the Assimp runtime, check compile flags, .

..


Function Documentation

ASSIMP_API unsigned int aiGetCompileFlags ( void   ) 

Returns assimp's compile flags.

Returns:
Any bitwise combination of the ASSIMP_CFLAGS_xxx constants.
ASSIMP_API const 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.
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
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
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

Generated on 3 Jul 2012 for Assimp by  doxygen 1.6.1