| 163 | } |
| 164 | |
| 165 | void Mesh::set_attribute(const std::string& attr_name, VectorF& attr_value) { |
| 166 | return m_attributes->set_attribute(attr_name, attr_value); |
| 167 | } |
| 168 | |
| 169 | std::vector<std::string> Mesh::get_attribute_names() const { |
| 170 | return m_attributes->get_attribute_names(); |
no outgoing calls
no test coverage detected