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

Method GetIfcLoader

src/cpp/web-ifc/modelmanager/ModelManager.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63webifc::parsing::IfcLoader *webifc::manager::ModelManager::GetIfcLoader(uint32_t modelID) const
64{
65 if (!IsModelOpen(modelID))
66 return {};
67 return _loaders[modelID];
68}
69
70const webifc::manager::LoaderSettings &webifc::manager::ModelManager::GetSettings(uint32_t modelID) const
71{

Callers 15

OpenModelFunction · 0.80
SaveModelFunction · 0.80
GetModelSizeFunction · 0.80
StreamAllMeshesWithTypesFunction · 0.80
LoadAllGeometryFunction · 0.80
GetAllCrossSectionsFunction · 0.80
GetAllAlignmentsFunction · 0.80
GetLineIDsWithTypeFunction · 0.80
ValidateExpressIDFunction · 0.80
GetNextExpressIDFunction · 0.80
GetAllLinesFunction · 0.80

Calls 1

IsModelOpenFunction · 0.85

Tested by

no test coverage detected