Classes |
struct | aiColor3D |
| Represents a color in Red-Green-Blue space. More...
|
struct | aiMemoryInfo |
| Stores the memory requirements for different components (e.g. More...
|
struct | aiPlane |
| Represents a plane in a three-dimensional, euclidean space. More...
|
struct | aiRay |
| Represents a ray. More...
|
struct | aiString |
| Represents an UTF-8 string, zero byte terminated. More...
|
Namespaces |
namespace | Assimp |
| Assimp's CPP-API and all internal APIs.
|
Defines |
#define | AI_FAILURE aiReturn_FAILURE |
#define | AI_OUTOFMEMORY aiReturn_OUTOFMEMORY |
#define | AI_SUCCESS aiReturn_SUCCESS |
#define | DLS_DEBUGGER aiDefaultLogStream_DEBUGGER |
#define | DLS_FILE aiDefaultLogStream_FILE |
#define | DLS_STDERR aiDefaultLogStream_STDERR |
#define | DLS_STDOUT aiDefaultLogStream_STDOUT |
Enumerations |
enum | aiDefaultLogStream { aiDefaultLogStream_FILE = 0x1,
aiDefaultLogStream_STDOUT = 0x2,
aiDefaultLogStream_STDERR = 0x4,
aiDefaultLogStream_DEBUGGER = 0x8
} |
| Enumerates predefined log streaming destinations. More...
|
enum | aiOrigin { aiOrigin_SET = 0x0,
aiOrigin_CUR = 0x1,
aiOrigin_END = 0x2
} |
| Seek origins (for the virtual file system API). More...
|
enum | aiReturn { aiReturn_SUCCESS = 0x0,
aiReturn_FAILURE = -0x1,
aiReturn_OUTOFMEMORY = -0x3
} |
| Standard return type for some library functions. More...
|
Variables |
const size_t | MAXLEN = 1024 |
| Maximum dimension for strings, ASSIMP strings are zero terminated.
|
struct aiPlane | PACK_STRUCT |
Basic data types and primitives, such as vectors or colors.