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

Method IsModelOpen

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

Source from the content-addressed store, hash-verified

80}
81
82bool webifc::manager::ModelManager::IsModelOpen(uint32_t modelID) const
83{
84 if (_loaders.size() <= modelID)
85 return false;
86 if (_loaders[modelID] == nullptr)
87 return false;
88 return true;
89}
90
91void webifc::manager::ModelManager::CloseModel(uint32_t modelID)
92{

Callers 15

SaveModelFunction · 0.45
GetModelSizeFunction · 0.45
GetFlatMeshFunction · 0.45
StreamMeshesFunction · 0.45
StreamAllMeshesWithTypesFunction · 0.45
StreamAllMeshesFunction · 0.45
LoadAllGeometryFunction · 0.45
GetGeometryFunction · 0.45
GetAllCrossSectionsFunction · 0.45
GetAllAlignmentsFunction · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected