Assimp
v4.1. (December 2018)
|
Functions | |
template<class T > | |
const T & | GetGenericProperty (const std::map< unsigned int, T > &list, const char *szName, const T &errorReturn) |
template<class T > | |
bool | HasGenericProperty (const std::map< unsigned int, T > &list, const char *szName) |
template<class T > | |
bool | SetGenericProperty (std::map< unsigned int, T > &list, const char *szName, const T &value) |
template<class T > | |
void | SetGenericPropertyPtr (std::map< unsigned int, T * > &list, const char *szName, T *value, bool *bWasExisting=NULL) |
|
inline |
|
inline |
|
inline |
|
inline |