MCPcopy Create free account
hub / github.com/cutdigital/mcut / number_of_edges

Method number_of_edges

source/hmesh.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133int hmesh_t::number_of_edges() const
134{
135 return number_of_internal_edges() - number_of_edges_removed();
136}
137
138int hmesh_t::number_of_halfedges() const
139{

Callers 3

kernel.cppFile · 0.80
dispatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected