Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OpenModel
Function · 0.80
main
Function · 0.80
Calls
1
SetTokenSource
Method · 0.80
Tested by
1
main
Function · 0.64