MCPcopy 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

initializeMethod · 0.80
computeMethod · 0.80
computeMethod · 0.80
initialize_wiresMethod · 0.80
get_vertex_neighborsMethod · 0.80
load_meshMethod · 0.80
load_meshMethod · 0.80
load_meshMethod · 0.80

Calls 1

is_availableMethod · 0.80

Tested by 3

load_meshMethod · 0.64
load_meshMethod · 0.64
load_meshMethod · 0.64