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

Method growOneEdge

source/MRMesh/MRFaceDistance.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135auto DualEdgePathsBuider::growOneEdge() -> CandidateFace
136{
137 auto res = reachNext();
138 addRingSteps( res );
139 return res;
140}
141
142} // anonymous namespace
143

Callers 6

buildSmallestMetricPathFunction · 0.45
buildShortestPathAStarFunction · 0.45
getVertexOrderingFunction · 0.45
regionWidthFunction · 0.45
findSmallestMetricCoLoopFunction · 0.45
calcFaceDistancesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected