| 789 | |
| 790 | template <typename PointT> |
| 791 | inline double PatchWork<PointT>::xy2radius(const double &x, const double &y) { |
| 792 | return sqrt(pow(x, 2) + pow(y, 2)); |
| 793 | } |
| 794 | |
| 795 | template <typename PointT> |
| 796 | inline void PatchWork<PointT>::pc2regionwise_patches(const pcl::PointCloud<PointT> &src, |
nothing calls this directly
no outgoing calls
no test coverage detected