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

Implementation of the LWO importer class. More...

Functions

void AddToSingleLinkedList (ReferrerList &refList, unsigned int srcIdx, unsigned int destIdx)
 
template<class T >
void CreateNewEntry (T &chan, unsigned int srcIdx)
 
template<class T >
void CreateNewEntry (std::vector< T > &list, unsigned int srcIdx)
 
template<class T >
VMapEntryFindEntry (std::vector< T > &list, const std::string &name, bool perPoly)
 

Variables

static const aiImporterDesc desc
 

Detailed Description

Implementation of the LWO importer class.

Function Documentation

◆ AddToSingleLinkedList()

void AddToSingleLinkedList ( ReferrerList refList,
unsigned int  srcIdx,
unsigned int  destIdx 
)
inline

◆ CreateNewEntry() [1/2]

template<class T >
void CreateNewEntry ( T &  chan,
unsigned int  srcIdx 
)
inline

◆ CreateNewEntry() [2/2]

template<class T >
void CreateNewEntry ( std::vector< T > &  list,
unsigned int  srcIdx 
)
inline

◆ FindEntry()

template<class T >
VMapEntry* FindEntry ( std::vector< T > &  list,
const std::string &  name,
bool  perPoly 
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"LightWave/Modo Object Importer",
"",
"",
"http://www.newtek.com/lightwave.html\nhttp://www.luxology.com/modo/",
0,
0,
0,
0,
"lwo lxo"
}
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:55