Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ clear
Method
clear
src/Misc/MultipletMap.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void clear() {
60
m_map.clear();
61
}
62
63
bool empty() const {
64
return m_map.empty();
Callers
10
extract_faces_from_voxels
Method · 0.45
write
Method · 0.45
regroup_attribute_names
Method · 0.45
finalize_textures
Method · 0.45
finalize_normals
Method · 0.45
finalize_parameters
Method · 0.45
MshLoader
Method · 0.45
extract_faces_from_voxels
Method · 0.45
finalize_colors
Method · 0.45
validate_normals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected