Assimp: types.h File Reference

assimp - Open Asset Import Library

types.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  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

 Assimp
 Assimp's CPP-API and all internal APIs.
 

Enumerations

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.

Enumeration Type Documentation

Enumerates predefined log streaming destinations.

Logging to these streams can be enabled with a single call to #LogStream::createDefaultStream.

Enumerator
aiDefaultLogStream_FILE 

Stream the log to a file.

aiDefaultLogStream_STDOUT 

Stream the log to std::cout.

aiDefaultLogStream_STDERR 

Stream the log to std::cerr.

aiDefaultLogStream_DEBUGGER 

MSVC only: Stream the log the the debugger (this relies on OutputDebugString from the Win32 SDK)

enum aiOrigin

Seek origins (for the virtual file system API).

Much cooler than using SEEK_SET, SEEK_CUR or SEEK_END.

Enumerator
aiOrigin_SET 

Beginning of the file.

aiOrigin_CUR 

Current position of the file pointer.

aiOrigin_END 

End of the file, offsets must be negative.

enum aiReturn

Standard return type for some library functions.

Rarely used, and if, mostly in the C API.

Enumerator
aiReturn_SUCCESS 

Indicates that a function was successful.

aiReturn_FAILURE 

Indicates that a function failed.

aiReturn_OUTOFMEMORY 

Indicates that not enough memory was available to perform the requested operation.

Variable Documentation

const size_t MAXLEN = 1024

Maximum dimension for strings, ASSIMP strings are zero terminated.

struct aiColor3D PACK_STRUCT
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11