Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ begin
Method
begin
src/Misc/MultipletMap.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
public:
72
iterator begin() { return m_map.begin(); }
73
const_iterator begin() const { return m_map.begin(); }
74
75
iterator end() { return m_map.end(); }
Callers
15
initialize_attributes
Method · 0.45
compute_and_drop_zero_dim
Method · 0.45
export_vertices
Method · 0.45
export_faces
Method · 0.45
export_voxels
Method · 0.45
export_vertices
Method · 0.45
export_faces
Method · 0.45
export_voxels
Method · 0.45
extract_faces_from_voxels
Method · 0.45
regroup_attribute_names
Method · 0.45
add_vertex_elements_header
Method · 0.45
add_face_elements_header
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected