MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / LoadFile

Method LoadFile

src/cpp/web-ifc/parsing/IfcLoader.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void IfcLoader::LoadFile(const std::function<uint32_t(char *, size_t, size_t)> &requestData)
50 {
51 _tokenStream->SetTokenSource(requestData);
52 ParseLines();
53 }
54
55 IFC_SCHEMA IfcLoader::GetSchema() const
56 {

Callers 2

OpenModelFunction · 0.80
mainFunction · 0.80

Calls 1

SetTokenSourceMethod · 0.80

Tested by 1

mainFunction · 0.64