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

Function meshShell

source/MRVoxels/MRWeightedPointsShell.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234Expected<Mesh> meshShell( const Mesh& mesh, const ParametersMetric& params )
235{
236 return runShell( mesh, params, meshToDistanceVolume );
237}
238
239Expected<Mesh> meshShell( const Mesh& mesh, const VertScalars& vertWeights, const ParametersMetric& params0 )
240{

Callers 2

TESTFunction · 0.85
mainFunction · 0.85

Calls 1

runShellFunction · 0.85

Tested by 1

TESTFunction · 0.68