Home
last modified time | relevance | path

Searched defs:polygon_with_holes_data (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/polygon/
Dpolygon_with_holes_data.hpp15 class polygon_with_holes_data { class
26 inline polygon_with_holes_data() : self_(), holes_() {} //do nothing default constructor in polygon_with_holes_data() function in boost::polygon::polygon_with_holes_data
29 inline polygon_with_holes_data(iT input_begin, iT input_end) : self_(), holes_() { in polygon_with_holes_data() function in boost::polygon::polygon_with_holes_data
34 …inline polygon_with_holes_data(iT input_begin, iT input_end, hiT holes_begin, hiT holes_end) : sel… in polygon_with_holes_data() function in boost::polygon::polygon_with_holes_data
58 inline polygon_with_holes_data(const polygon_with_holes_data& that) : self_(that.self_), in polygon_with_holes_data() function in boost::polygon::polygon_with_holes_data