Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
std::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_attributes
Method · 0.45
remove_duplicated_vertices
Method · 0.45
remove_duplicated_edges
Method · 0.45
extract_face_attributes
Method · 0.45
extract_voxel_attributes
Method · 0.45
copy_vertex_attributes
Function · 0.45
copy_face_attributes
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36