Home
last modified time | relevance | path

Searched refs:sections_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dturn_in_original_visitor.hpp175 typedef typename Original::sections_type sections_type; in point_in_original() typedef
176 typedef typename boost::range_iterator<sections_type const>::type iterator_type; in point_in_original()
177 typedef typename boost::range_value<sections_type const>::type section_type; in point_in_original()
Dbuffered_piece_collection.hpp224 typedef geometry::sections<box_type, 1> sections_type; typedef
254 sections_type m_sections;
279 typedef geometry::sections<box_type, 2> sections_type; typedef
280 sections_type monotonic_sections;
/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Dsectionalize.cpp43 typedef bg::sections<box_type, DimensionCount> sections_type; in test_sectionalize_part() typedef
44 typedef typename boost::range_value<sections_type>::type section_type; in test_sectionalize_part()
53 sections_type sections; in test_sectionalize_part()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dself_turn_points.hpp153 typedef geometry::sections<box_type, 2> sections_type; in apply() typedef
157 sections_type sec; in apply()
Dget_turns.hpp573 typedef geometry::sections<box_type, 2> sections_type; in apply() typedef
575 sections_type sec1, sec2; in apply()