Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
auto DualEdgePathsBuider::growOneEdge() -> CandidateFace
136
{
137
auto res = reachNext();
138
addRingSteps( res );
139
return res;
140
}
141
142
} // anonymous namespace
143
Callers
6
buildSmallestMetricPath
Function · 0.45
buildShortestPathAStar
Function · 0.45
getVertexOrdering
Function · 0.45
regionWidth
Function · 0.45
findSmallestMetricCoLoop
Function · 0.45
calcFaceDistances
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected