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

Method GetModel

code/AssetLib/Obj/ObjFileParser.cpp:119–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

117
118// -------------------------------------------------------------------
119ObjFile::Model *ObjFileParser::GetModel() const {
120 return mModel.get();
121}
122
123// -------------------------------------------------------------------
124void ObjFileParser::parseFile(IOStreamBuffer<char> &streamBuffer) {

Callers 1

InternReadFileMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected