Assimp
v4.1. (December 2018)
|
Contains miscellaneous types used in Assimp's C API. More...
Classes | |
struct | aiLogStream |
Represents a log stream. More... | |
struct | aiMemoryInfo |
Stores the memory requirements for different components (e.g. More... | |
struct | aiString |
Represents an UTF-8 string, zero byte terminated. More... | |
Enumerations | |
enum | aiDefaultLogStream : uint { FILE = 0x1, STDOUT = 0x2, STDERR = 0x4, DEBUGGER = 0x8 } |
Enumerates predefined log streaming destinations. More... | |
enum | aiOrigin : uint { SET = 0x0, CUR = 0x1, END = 0x2 } |
Seek origins (for the virtual file system API). More... | |
enum | aiReturn : uint { SUCCESS = 0x0, FAILURE = -0x1, OUTOFMEMORY = -0x3 } |
Standard return type for some library functions. More... | |
Variables | |
C | |
const size_t | MAXLEN = 1024 |
Maximum dimension for aiString s. More... | |
Contains miscellaneous types used in Assimp's C API.
enum assimp::types::aiDefaultLogStream : uint |
Enumerates predefined log streaming destinations.
Logging to these streams can be enabled with a single call to aiAttachPredefinedLogStream()
.
enum assimp::types::aiOrigin : uint |
enum assimp::types::aiReturn : uint |
|
extern |