MCPcopy 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_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