Searched defs:polygon_with_holes_data (Results 1 – 1 of 1) sorted by relevance
15 class polygon_with_holes_data { class26 inline polygon_with_holes_data() : self_(), holes_() {} //do nothing default constructor in polygon_with_holes_data() function in boost::polygon::polygon_with_holes_data29 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_data34 …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_data58 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