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

Method GetName

code/Material/MaterialSystem.cpp:431–436  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

429
430// ------------------------------------------------------------------------------------------------
431aiString aiMaterial::GetName() const {
432 aiString name{};
433 Get(AI_MATKEY_NAME, name);
434
435 return name;
436}
437
438// ------------------------------------------------------------------------------------------------
439void aiMaterial::Clear() {

Callers 11

Assimp_InfoFunction · 0.45
VerifyClearCoatSceneFunction · 0.45
GetItemIdNameMethod · 0.45
TEST_FFunction · 0.45
AddObjectIndexToMapsMethod · 0.45
ReadObjectMethod · 0.45
ImportTrianglesMethod · 0.45
ReadMaterialsMethod · 0.45
RecurseHierarchyMethod · 0.45
WriteMaterialMethod · 0.45
WriteMeshMethod · 0.45

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected