MCPcopy 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

writeMethod · 0.45
finalize_texturesMethod · 0.45
finalize_normalsMethod · 0.45
finalize_parametersMethod · 0.45
MshLoaderMethod · 0.45
finalize_colorsMethod · 0.45
validate_normalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected