| 138 | } |
| 139 | |
| 140 | void pythonSetDistanceMap( const std::shared_ptr<MR::ObjectDistanceMap>& m, std::shared_ptr<MR::DistanceMap> n, const MR::AffineXf3f& xf ) |
| 141 | { |
| 142 | m->setDistanceMap( std::move( n ), xf ); |
| 143 | } |
| 144 | |
| 145 | template <typename ObjectType, auto MemberPtr> |
| 146 | auto pythonGetSelectedModels() |
nothing calls this directly
no test coverage detected