| 2515 | } |
| 2516 | |
| 2517 | const IfcParse::schema_definition* IfcFile::schema() const { |
| 2518 | if (schema_ == nullptr) { |
| 2519 | throw IfcException("No schema loaded"); |
| 2520 | } |
| 2521 | return schema_; |
| 2522 | } |
| 2523 | |
| 2524 | std::vector<int> IfcFile::get_inverse_indices(int instance_id) { |
| 2525 | std::vector<int> return_value; |
no outgoing calls
no test coverage detected