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

Method setdescription

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

Source from the content-addressed store, hash-verified

33// Function implementations for file_description
34std::vector< std::string > /*[1:?]*/ Header_section_schema::file_description::description() const { std::vector< std::string > /*[1:?]*/ v = get_attribute_value(0); return v; }
35void Header_section_schema::file_description::setdescription(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(0, v);if constexpr (false)unset_attribute_value(0); }
36std::string Header_section_schema::file_description::implementation_level() const { std::string v = get_attribute_value(1); return v; }
37void Header_section_schema::file_description::setimplementation_level(std::string v) { set_attribute_value(1, v);if constexpr (false)unset_attribute_value(1); }
38

Callers 4

process_charactersFunction · 0.80
setup_projectFunction · 0.80
setup_projectFunction · 0.80

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected