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

Function computeSteepestDescentPath

source/MRMesh/MRSurfacePath.cpp:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395SurfacePath computeSteepestDescentPath( const MeshPart & mp, const VertScalars & field,
396 const MeshTriPoint & start, const ComputeSteepestDescentPathSettings & settings )
397{
398 SurfacePath res;
399 computeSteepestDescentPath( mp, field, start, &res, settings );
400 return res;
401}
402
403void computeSteepestDescentPath( const MeshPart & mp, const VertScalars & field,
404 const MeshTriPoint & start, SurfacePath * outPath, const ComputeSteepestDescentPathSettings & settings )

Callers 5

FlowAggregatorMethod · 0.85
computeFlowMethod · 0.85
computeFlowsPerBasinMethod · 0.85
computeFastMarchingPathFunction · 0.85

Calls 9

findSteepestDescentPointFunction · 0.85
push_backMethod · 0.80
numValidFacesMethod · 0.80
fromSameTriangleFunction · 0.70
MeshTriPointClass · 0.70
sizeMethod · 0.45
inVertexMethod · 0.45
isBdMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected