| 143 | } |
| 144 | |
| 145 | void Mesh::add_attribute(const std::string& attr_name) { |
| 146 | m_attributes->add_attribute(attr_name, *this); |
| 147 | } |
| 148 | |
| 149 | void Mesh::add_empty_attribute(const std::string& attr_name) { |
| 150 | m_attributes->add_empty_attribute(attr_name); |
no outgoing calls
no test coverage detected