Assimp  v4.1. (December 2018)
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 (std::vector< T > &list, unsigned int srcIdx)
 
template<class T >
void CreateNewEntry (T &chan, 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 ( std::vector< T > &  list,
unsigned int  srcIdx 
)
inline

◆ CreateNewEntry() [2/2]

template<class T >
void CreateNewEntry ( T &  chan,
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",
"",
"",
"https://www.lightwave3d.com/lightwave_sdk/",
0,
0,
0,
0,
"lwo lxo"
}
@ aiImporterFlags_SupportTextFlavour
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:58