| 147 | } |
| 148 | |
| 149 | void Mesh::add_empty_attribute(const std::string& attr_name) { |
| 150 | m_attributes->add_empty_attribute(attr_name); |
| 151 | } |
| 152 | |
| 153 | void Mesh::remove_attribute(const std::string& attr_name) { |
| 154 | m_attributes->remove_attribute(attr_name); |
no outgoing calls
no test coverage detected