Version number information and checking of backwards-compatibility. More...
#include "ai_api.h"Go to the source code of this file.
Enumerations | |
| enum | AtCopyrightNoticeType { AI_COPYRIGHT_NOTICES_CORE , AI_COPYRIGHT_NOTICES_PLUGINS } |
| Copyright Notice types. | |
Functions | |
| AI_API const char * | AiGetVersion (char *arch, char *major, char *minor, char *fix) |
| Returns the Arnold version string. More... | |
| AI_API const char * | AiGetVersionInfo () |
| Returns the Arnold version string plus compile-time information. More... | |
| AI_API const char * | AiGetCompileOptions () |
| Returns a string with compile-time options. More... | |
| AI_API bool | AiCheckAPIVersion (const char *arch, const char *major, const char *minor) |
| Checks if a given version string is compatible with the running version. More... | |
| AI_API void | AiSetAppString (const char *appstr) |
| Sets the application-defined string. More... | |
| AI_API const char * | AiGetCopyrightNotices (AtCopyrightNoticeType copyright_notice_type) |
| Returns the copyright notices for Arnold and its dependencies. More... | |
Version number information and checking of backwards-compatibility.