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

Method GetAllLines

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

Source from the content-addressed store, hash-verified

732 }
733
734 std::vector<uint32_t> IfcLoader::GetAllLines() const {
735 std::vector<uint32_t> expressIDs;
736 std::transform( _lines.begin(), _lines.end(), std::back_inserter( expressIDs ), [](auto &kv){ return kv.first;} );
737 return expressIDs;
738 }
739
740 uint32_t IfcLoader::GetNextExpressID(uint32_t expressId) const {
741 uint32_t currentId = expressId+1;

Callers 1

GetAllLinesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected