Assimp  v3.1.1 (June 2014)
AssbinLoader.cpp File Reference

Implementation of the .assbin importer class. More...

Functions

template<typename T >
Read (IOStream *stream)
 
template<>
aiColor4D Read< aiColor4D > (IOStream *stream)
 
template<>
aiMatrix4x4 Read< aiMatrix4x4 > (IOStream *stream)
 
template<>
aiQuaternion Read< aiQuaternion > (IOStream *stream)
 
template<>
aiQuatKey Read< aiQuatKey > (IOStream *stream)
 
template<>
aiString Read< aiString > (IOStream *stream)
 
template<>
aiVector3D Read< aiVector3D > (IOStream *stream)
 
template<>
aiVectorKey Read< aiVectorKey > (IOStream *stream)
 
template<>
aiVertexWeight Read< aiVertexWeight > (IOStream *stream)
 
template<typename T >
void ReadArray (IOStream *stream, T *out, unsigned int size)
 
template<typename T >
void ReadBounds (IOStream *stream, T *, unsigned int n)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the .assbin importer class.

see assbin_chunks.h

Function Documentation

§ Read()

template<typename T >
T Read ( IOStream stream)

§ Read< aiColor4D >()

template<>
aiColor4D Read< aiColor4D > ( IOStream stream)

§ Read< aiMatrix4x4 >()

template<>
aiMatrix4x4 Read< aiMatrix4x4 > ( IOStream stream)

§ Read< aiQuaternion >()

template<>
aiQuaternion Read< aiQuaternion > ( IOStream stream)

§ Read< aiQuatKey >()

template<>
aiQuatKey Read< aiQuatKey > ( IOStream stream)

§ Read< aiString >()

template<>
aiString Read< aiString > ( IOStream stream)

§ Read< aiVector3D >()

template<>
aiVector3D Read< aiVector3D > ( IOStream stream)

§ Read< aiVectorKey >()

template<>
aiVectorKey Read< aiVectorKey > ( IOStream stream)

§ Read< aiVertexWeight >()

template<>
aiVertexWeight Read< aiVertexWeight > ( IOStream stream)

§ ReadArray()

template<typename T >
void ReadArray ( IOStream stream,
T *  out,
unsigned int  size 
)

§ ReadBounds()

template<typename T >
void ReadBounds ( IOStream stream,
T *  ,
unsigned int  n 
)

Variable Documentation

§ desc

const aiImporterDesc desc
static
Initial value:
= {
".assbin Importer",
"Gargaj / Conspiracy",
"",
"",
0,
0,
0,
0,
"assbin"
}
Indicates that there is a compressed encoding of the file format; and that it is supported.
Definition: importerdesc.h:63
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:59