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

Function buildShortestPathAStar

source/MRMesh/MREdgePaths.cpp:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337EdgePath buildShortestPathAStar( const Mesh & mesh, VertId start, VertId finish, float maxPathLen )
338{
339 return buildShortestPathAStar( mesh,
340 MeshTriPoint( mesh.topology, start ),
341 MeshTriPoint( mesh.topology, finish ),
342 nullptr, nullptr, maxPathLen );
343}
344
345EdgePath buildShortestPathAStar( const Mesh & mesh, const MeshTriPoint & start, const MeshTriPoint & finish,
346 VertId * outPathStart, VertId * outPathFinish, float maxPathLen )

Callers 1

Calls 7

forEachVertexMethod · 0.80
MeshTriPointClass · 0.70
findFunction · 0.70
growOneEdgeMethod · 0.45
getPathBackMethod · 0.45
emptyMethod · 0.45
destMethod · 0.45

Tested by

no test coverage detected