| 783 | |
| 784 | template<typename PointT> |
| 785 | inline |
| 786 | void PatchWork<PointT>::cout_params() { |
| 787 | // cout << (boost::format("Num. sectors: %d, %d, %d, %d") % num_sectors_each_zone_[0] % num_sectors_each_zone_[1] % |
| 788 | // num_sectors_each_zone_[2] % |
| 789 | // num_sectors_each_zone_[3]).str() << endl; |
| 790 | // cout << (boost::format("Num. rings: %01d, %01d, %01d, %01d") % num_rings_each_zone_[0] % |
| 791 | // num_rings_each_zone_[1] % |
| 792 | // num_rings_each_zone_[2] % |
| 793 | // num_rings_each_zone_[3]).str() << endl; |
| 794 | // cout << (boost::format("elevation_thr_: %0.4f, %0.4f, %0.4f, %0.4f ") % elevation_thr_[0] % elevation_thr_[1] % |
| 795 | // elevation_thr_[2] % |
| 796 | // elevation_thr_[3]).str() << endl; |
| 797 | // cout << (boost::format("flatness_thr_: %0.4f, %0.4f, %0.4f, %0.4f ") % flatness_thr_[0] % flatness_thr_[1] % |
| 798 | // flatness_thr_[2] % |
| 799 | // flatness_thr_[3]).str() << endl; |
| 800 | |
| 801 | |
| 802 | } |
| 803 | |
| 804 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected