MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / set_values

Method set_values

tools/Wires/Attributes/WireAttribute.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

set_attributeMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36