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

Method file_schema

src/ifcparse/Header_section_schema.cpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72const IfcParse::entity& Header_section_schema::file_schema::declaration() const { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[2]); }
73const IfcParse::entity& Header_section_schema::file_schema::Class() { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[2]); }
74Header_section_schema::file_schema::file_schema(IfcEntityInstanceData&& e) : IfcUtil::IfcBaseEntity(std::move(e)) { }
75Header_section_schema::file_schema::file_schema(std::vector< std::string > /*[1:?]*/ v1_schema_identifiers) : IfcUtil::IfcBaseEntity(IfcEntityInstanceData(in_memory_attribute_storage(1))) { set_attribute_value(0, (v1_schema_identifiers));; populate_derived(); }
76

Callers

nothing calls this directly

Calls 2

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected