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

Method TypeError

code/AssetLib/STEPParser/STEPFileReader.cpp:77–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75
76// ------------------------------------------------------------------------------------------------
77STEP::TypeError::TypeError (const std::string& s,uint64_t entity, uint64_t line) : DeadlyImportError(AddLineNumber(AddEntityID(s,entity),line)) {
78 // empty
79}
80
81static constexpr char ISO_Token[] = "ISO-10303-21;";
82static constexpr char FILE_SCHEMA_Token[] = "FILE_SCHEMA";

Callers

nothing calls this directly

Calls 2

AddLineNumberFunction · 0.85
AddEntityIDFunction · 0.85

Tested by

no test coverage detected