| 220 | |
| 221 | |
| 222 | Expected<Mesh> pointsShell( const PointCloud& cloud, const ParametersMetric& params ) |
| 223 | { |
| 224 | return runShell( cloud, params, pointsToDistanceVolume ); |
| 225 | } |
| 226 | |
| 227 | Expected<Mesh> pointsShell( const PointCloud& cloud, const VertScalars& pointWeights, const ParametersMetric& params0 ) |
| 228 | { |
nothing calls this directly
no test coverage detected