Home
last modified time | relevance | path

Searched refs:linkNameToIndexMap (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp3439 btHashMap<btHashString, int> linkNameToIndexMap; in processImportedObjects() local
3443 linkNameToIndexMap.insert(mb->getBaseName(), -1); in processImportedObjects()
3446 linkNameToIndexMap.insert(mb->getLink(linkIndex).m_linkName, linkIndex); in processImportedObjects()
3457 int* linkIndex = linkNameToIndexMap.find(link->m_name.c_str()); in processImportedObjects()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp3439 btHashMap<btHashString, int> linkNameToIndexMap; in processImportedObjects() local
3443 linkNameToIndexMap.insert(mb->getBaseName(), -1); in processImportedObjects()
3446 linkNameToIndexMap.insert(mb->getLink(linkIndex).m_linkName, linkIndex); in processImportedObjects()
3457 int* linkIndex = linkNameToIndexMap.find(link->m_name.c_str()); in processImportedObjects()