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

Function pointsShell

source/MRVoxels/MRWeightedPointsShell.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222Expected<Mesh> pointsShell( const PointCloud& cloud, const ParametersMetric& params )
223{
224 return runShell( cloud, params, pointsToDistanceVolume );
225}
226
227Expected<Mesh> pointsShell( const PointCloud& cloud, const VertScalars& pointWeights, const ParametersMetric& params0 )
228{

Callers

nothing calls this directly

Calls 1

runShellFunction · 0.85

Tested by

no test coverage detected