MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / build_inverses

Method build_inverses

src/ifcparse/IfcParse.cpp:2790–2794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2788}
2789
2790void IfcParse::IfcFile::build_inverses() {
2791 for (const auto& pair : *this) {
2792 build_inverses_(pair.second);
2793 }
2794}
2795
2796void IfcParse::IfcFile::register_inverse(unsigned id_from, const IfcParse::entity* from_entity, int inst_id, int attribute_index)
2797{

Callers 1

parse_ifcxmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected