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

Method set_attribute

src/Mesh.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

initialize_attributesMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
compute_grad_upper_boundFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected