Home
last modified time | relevance | path

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

/third_party/boost/boost/polygon/
Drectangle_data.hpp18 class rectangle_data { class
22 inline rectangle_data():ranges_() {} in rectangle_data() function in boost::polygon::rectangle_data
23 inline rectangle_data(T xl, T yl, T xh, T yh):ranges_() { in rectangle_data() function in boost::polygon::rectangle_data
30 inline rectangle_data(const interval_type_1& hrange, in rectangle_data() function in boost::polygon::rectangle_data
34 inline rectangle_data(const rectangle_data& that):ranges_() { (*this) = that; } in rectangle_data() function in boost::polygon::rectangle_data