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

Method get_attribute_names

src/Mesh.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169std::vector<std::string> Mesh::get_attribute_names() const {
170 return m_attributes->get_attribute_names();
171}
172
173void Mesh::set_geometry(GeometryPtr geometry) {
174 m_geometry = geometry;

Callers 14

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

Calls

no outgoing calls

Tested by

no test coverage detected