MCPcopy Create free account
hub / github.com/assimp/assimp / GetObject

Method GetObject

code/AssetLib/FBX/FBXDocument.cpp:532–535  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

530
531// ------------------------------------------------------------------------------------------------
532LazyObject* Document::GetObject(uint64_t id) const {
533 ObjectMap::const_iterator it = objects.find(id);
534 return it == objects.end() ? nullptr : (*it).second;
535}
536
537constexpr size_t MAX_CLASSNAMES = 6;
538

Callers 3

FBXDocument.cppFile · 0.45
SourceObjectMethod · 0.45
DestinationObjectMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected