Home
last modified time | relevance | path

Searched refs:mObjsByOIndex (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DglTF2Asset.inl211 mObjsByOIndex.erase(index);
229 for (Dict::iterator it = mObjsByOIndex.begin(); it != mObjsByOIndex.end(); ++it) {
234 mObjsByOIndex[it->first] = it->second - 1;
244 typename Dict::iterator it = mObjsByOIndex.find(i);
245 if (it != mObjsByOIndex.end()) {// already created?
299 mObjsByOIndex[obj->oIndex] = idx;
H A DglTF2Asset.h964 Dict mObjsByOIndex; //! The read objects accessible by original index variable
/dports/devel/upp/upp/bazaar/plugin/assimp/code/glTF2/
H A DglTF2Asset.inl220 mObjsByOIndex.erase(index);
238 for (Dict::iterator it = mObjsByOIndex.begin(); it != mObjsByOIndex.end(); ++it) {
243 mObjsByOIndex[it->first] = it->second - 1;
253 typename Dict::iterator it = mObjsByOIndex.find(i);
254 if (it != mObjsByOIndex.end()) {// already created?
307 mObjsByOIndex[obj->oIndex] = idx;
H A DglTF2Asset.h937 Dict mObjsByOIndex; //! The read objects accessible by original index variable
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/glTF2/
H A DglTF2Asset.inl412 mObjsByOIndex.erase(index);
431 for (Dict::iterator it = mObjsByOIndex.begin(); it != mObjsByOIndex.end(); ++it) {
436 mObjsByOIndex[it->first] = it->second - 1;
445 typename Dict::iterator it = mObjsByOIndex.find(i);
446 if (it != mObjsByOIndex.end()) { // already created?
510 mObjsByOIndex[obj->oIndex] = idx;
H A DglTF2Asset.h1026 Dict mObjsByOIndex; //! The read objects accessible by original index variable