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

Method set_attribute

tools/Wires/WireNetwork/WireNetwork.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 2

filter_verticesMethod · 0.45
filter_edgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected