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

Method schema

src/ifcparse/IfcParse.cpp:2517–2522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

XmlSerializerMethod · 0.45
JsonSerializerMethod · 0.45
writeMethod · 0.45
setFileMethod · 0.45
RocksDbSerializerMethod · 0.45
write_streaming_Method · 0.45
constructMethod · 0.45
initialize_units_Method · 0.45
convertMethod · 0.45
constructMethod · 0.45
IfcFile.cppFile · 0.45
assert_existanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected