| 139 | } |
| 140 | |
| 141 | bool Mesh::has_attribute(const std::string& attr_name) const { |
| 142 | return m_attributes->has_attribute(attr_name); |
| 143 | } |
| 144 | |
| 145 | void Mesh::add_attribute(const std::string& attr_name) { |
| 146 | m_attributes->add_attribute(attr_name, *this); |
no outgoing calls
no test coverage detected