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

Function computeDistanceMap

source/MRMesh/MRDistanceMap.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330DistanceMap computeDistanceMap( const MeshPart& mp, const MeshToDistanceMapParams& params, ProgressCallback cb, std::vector<MeshTriPoint> * outSamples )
331{
332 return computeDistanceMap_<float>( mp, params, cb, outSamples );
333}
334
335DistanceMap computeDistanceMapD( const MeshPart& mp, const MeshToDistanceMapParams& params, ProgressCallback cb, std::vector<MeshTriPoint> * outSamples )
336{

Callers 2

TESTFunction · 0.50
scoreUndercutsFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40