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