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

Method empty

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

Source from the content-addressed store, hash-verified

61 }
62
63 bool empty() const {
64 return m_map.empty();
65 }
66
67 size_t size() const {
68 return m_map.size();

Callers 11

get_material_tensorMethod · 0.45
parse_face_lineMethod · 0.45
finalize_parametersMethod · 0.45
parse_elementsMethod · 0.45
num_attributesMethod · 0.45
get_attribute_namesMethod · 0.45
num_attributesMethod · 0.45
get_attribute_namesMethod · 0.45
finalize_colorsMethod · 0.45
parse_binaryMethod · 0.45
has_normalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected