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

Method end

src/Misc/MultipletMap.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 const_iterator begin() const { return m_map.begin(); }
74
75 iterator end() { return m_map.end(); }
76 const_iterator end() const { return m_map.end(); }
77
78 range_type range() { return m_map.range(); }

Callers 15

initialize_attributesMethod · 0.45
export_verticesMethod · 0.45
export_facesMethod · 0.45
export_voxelsMethod · 0.45
export_verticesMethod · 0.45
export_facesMethod · 0.45
export_voxelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected