Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/polygon/detail/max_cover.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
116 nextRect2.set(orient.get_perpendicular(), Interval(low2, high2)); | 116 nextRect2.set(orient.get_perpendicular(), Interval(low2, high2)); |
117 if(writeOut) { | 117 if(writeOut) { |
118 //std::cout << "write out " << nextRect << std::endl; | 118 //std::cout << "write out " << nextRect << std::endl; |
119 outputContainer.push_back(copy_construct<typename cT::value_type, Rectangle>(nextRect2)); | 119 outputContainer.push_back(copy_construct<typename cT::value_type, Rectangle>(nextRect2)); |
120 } else { | 120 } else { |
121 //std::cout << "supress " << nextRect << std::endl; | 121 //std::cout << "suppress " << nextRect << std::endl; |
122 } | 122 } |
123 } | 123 } |
124 if(itr != node->end() && iresult && tresult) { | 124 if(itr != node->end() && iresult && tresult) { |
125 //std::cout << "recurse into child\n"; | 125 //std::cout << "recurse into child\n"; |
126 stack.push_back(stack_element(node, rect, itr)); | 126 stack.push_back(stack_element(node, rect, itr)); |