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

Method size

tools/MeshUtils/IndexHeap.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 size_t size() const {
70 return m_indices.size();
71 }
72
73 bool empty() const {
74 return m_indices.empty();

Callers 15

runMethod · 0.45
update_2DMethod · 0.45
update_3DMethod · 0.45
get_dimMethod · 0.45
update_2DMethod · 0.45
update_3DMethod · 0.45
PeriodicMaterialMethod · 0.45
choose_materialMethod · 0.45
update_2DMethod · 0.45
update_3DMethod · 0.45
create_orthotropicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected