MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / uedgeId

Method uedgeId

source/MRMesh/MRMeshDecimate.cpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 unsigned int uedgeId : 30 = 0;
59 } x;
60 UndirectedEdgeId uedgeId() const { return UndirectedEdgeId{ (int)x.uedgeId }; }
61 std::pair<float, int> asPair() const { return { -c, x.uedgeId }; }
62 bool operator < ( const QueueElement & r ) const { return asPair() < r.asPair(); }
63 };

Callers 2

updateQueue_Method · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected