MCPcopy Create free account
hub / github.com/Pamphlett/Outram / cout_params

Method cout_params

include/patchwork.hpp:785–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783
784template<typename PointT>
785inline
786void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected