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

Function HasElement

code/AssetLib/FBX/FBXParser.cpp:1250–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250bool HasElement( const Scope& sc, const std::string& index ) {
1251 const Element* el = sc[ index ];
1252 if ( nullptr == el ) {
1253 return false;
1254 }
1255
1256 return true;
1257}
1258
1259// ------------------------------------------------------------------------------------------------
1260// extract a required element from a scope, abort if the element cannot be found

Callers 1

ResolveVertexDataArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected