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

Method get_attribute_names

tools/Wires/Attributes/WireAttributes.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93std::vector<std::string> WireAttributes::get_attribute_names() const {
94 std::vector<std::string> names;
95 for (auto itr : m_attr_map) {
96 names.push_back(itr.first);
97 }
98 return names;
99}
100

Callers 9

update_attributesMethod · 0.45
copy_vertex_attributesFunction · 0.45
copy_face_attributesFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36