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

Method add_attribute

src/Mesh.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void Mesh::add_attribute(const std::string& attr_name) {
146 m_attributes->add_attribute(attr_name, *this);
147}
148
149void Mesh::add_empty_attribute(const std::string& attr_name) {
150 m_attributes->add_empty_attribute(attr_name);

Callers 15

MeshFactory.cppFile · 0.45
mainFunction · 0.45
print_edge_infoFunction · 0.45
print_face_infoFunction · 0.45
print_quantile_infoFunction · 0.45
print_voxel_infoFunction · 0.45
mainFunction · 0.45
compute_grad_upper_boundFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected