| 86 | } |
| 87 | |
| 88 | bool ObjectDistanceMap::setDistanceMap( const std::shared_ptr<DistanceMap>& dmap, const AffineXf3f& map2local, bool updateMesh, ProgressCallback cb ) |
| 89 | { |
| 90 | return construct_( dmap, map2local, updateMesh, cb ); |
| 91 | } |
| 92 | |
| 93 | std::shared_ptr<Mesh> ObjectDistanceMap::calculateMesh( ProgressCallback cb ) const |
| 94 | { |
no outgoing calls
no test coverage detected