Assimp  v2.0 (November 2010)
Classes | Namespaces | Macros | Variables
aiTypes.h File Reference

Basic data types and primitives, such as vectors or colors. More...

Classes

struct  aiColor3D
 Represents a color in Red-Green-Blue space. 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.
 

Macros

#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
 

Variables

const size_t MAXLEN = 1024
 Maximum dimension for strings, ASSIMP strings are zero terminated. More...
 
struct aiPlane PACK_STRUCT
 

Detailed Description

Basic data types and primitives, such as vectors or colors.

Macro Definition Documentation

#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

Variable Documentation

const size_t MAXLEN = 1024

Maximum dimension for strings, ASSIMP strings are zero terminated.

struct aiColor3D PACK_STRUCT