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

Method SourceObject

code/AssetLib/FBX/FBXDocument.cpp:663–671  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

661
662// ------------------------------------------------------------------------------------------------
663const Object* Connection::SourceObject() const {
664 LazyObject* const lazy = doc.GetObject(src);
665 ai_assert(lazy);
666 if (lazy == nullptr) {
667 return nullptr;
668 }
669
670 return lazy->Get();
671}
672
673// ------------------------------------------------------------------------------------------------
674const Object* Connection::DestinationObject() const {

Callers 9

ConvertNodesMethod · 0.80
ProcessSimpleConnectionFunction · 0.80
FBXAnimation.cppFile · 0.80
NodesMethod · 0.80
AnimationStackMethod · 0.80
MaterialMethod · 0.80
TextureMethod · 0.80
fillTextureMethod · 0.80
ResolveLinksMethod · 0.80

Calls 2

GetObjectMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected