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

Method file_description

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

Source from the content-addressed store, hash-verified

40const IfcParse::entity& Header_section_schema::file_description::declaration() const { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[0]); }
41const IfcParse::entity& Header_section_schema::file_description::Class() { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[0]); }
42Header_section_schema::file_description::file_description(IfcEntityInstanceData&& e) : IfcUtil::IfcBaseEntity(std::move(e)) { }
43Header_section_schema::file_description::file_description(std::vector< std::string > /*[1:?]*/ v1_description, std::string v2_implementation_level) : IfcUtil::IfcBaseEntity(IfcEntityInstanceData(in_memory_attribute_storage(2))) { set_attribute_value(0, (v1_description));set_attribute_value(1, (v2_implementation_level));; populate_derived(); }
44
45// Function implementations for file_name

Callers

nothing calls this directly

Calls 2

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected