Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ is_available
Method
is_available
tools/Wires/WireNetwork/WireConnectivity.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
void compute();
40
void reset();
41
bool is_available() const { return m_vertex_adjacencies.size() > 0; }
42
43
public:
44
VectorI get_vertex_neighbors(size_t i) const;
Callers
1
with_connectivity
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected