Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ with_connectivity
Method
with_connectivity
tools/Wires/WireNetwork/WireNetwork.h:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
public:
91
bool with_connectivity() const {
92
return m_connectivity.is_available();
93
}
94
95
void compute_connectivity() {
96
assert(m_connectivity.get_wire_network() == this);
Callers
8
initialize
Method · 0.80
compute
Method · 0.80
compute
Method · 0.80
initialize_wires
Method · 0.80
get_vertex_neighbors
Method · 0.80
load_mesh
Method · 0.80
load_mesh
Method · 0.80
load_mesh
Method · 0.80
Calls
1
is_available
Method · 0.80
Tested by
3
load_mesh
Method · 0.64
load_mesh
Method · 0.64
load_mesh
Method · 0.64