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

Function AddEntityID

code/AssetLib/STEPParser/STEPFileReader.cpp:66–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65// ------------------------------------------------------------------------------------------------
66std::string AddEntityID(const std::string& s,uint64_t entity /*= ENTITY_NOT_SPECIFIED*/, const std::string& prefix = std::string()) {
67 return entity == STEP::TypeError::ENTITY_NOT_SPECIFIED ? prefix+s : static_cast<std::string>( (Formatter::format(),prefix,"(entity #",entity,") ",s));
68}
69
70
71// ------------------------------------------------------------------------------------------------

Callers 1

TypeErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected