Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_helpers.hpp100 struct robust_subrange_adapter struct
102 typedef Point point_type;
104 robust_subrange_adapter(UniqueSubRange const& unique_sub_range, in robust_subrange_adapter() argument
115 std::size_t size() const { return m_unique_sub_range.size(); } in size()
118 Point const& at(std::size_t index) const in at()
131 Point const& get_point_k() const in get_point_k()
141 UniqueSubRange const& m_unique_sub_range;
142 RobustPolicy const& m_robust_policy;
144 Point const& m_robust_point_i;
145 Point const& m_robust_point_j;
[all …]