Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
update_2D
Method · 0.45
update_3D
Method · 0.45
get_dim
Method · 0.45
update_2D
Method · 0.45
update_3D
Method · 0.45
PeriodicMaterial
Method · 0.45
choose_material
Method · 0.45
ElementWiseOrthotropicMaterial
Method · 0.45
update_2D
Method · 0.45
update_3D
Method · 0.45
create_orthotropic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected