| 29 | size_t size() const { return m_values.rows(); } |
| 30 | const MatrixFr& get_values() const { return m_values; } |
| 31 | void set_values(const MatrixFr& value) { m_values = value; } |
| 32 | AttributeType get_attribute_type() const { return m_type; } |
| 33 | void set_attribute_type(AttributeType type) { m_type = type; } |
| 34 |
no outgoing calls