| 76 | } |
| 77 | |
| 78 | void set_attribute(const std::string& name, const MatrixFr& values) const { |
| 79 | m_attributes.set_attribute(*this, name, values); |
| 80 | } |
| 81 | |
| 82 | std::vector<std::string> get_attribute_names() const { |
| 83 | return m_attributes.get_attribute_names(); |
no outgoing calls
no test coverage detected