Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dturns.hpp195 static const std::size_t other_op_id = (OpId + 1) % 2; in operator ()() local
230 static const std::size_t other_op_id = (OpId + 1) % 2; in operator ()() local
277 static const std::size_t other_op_id = (OpId + 1) % 2; member
Dfollow_helpers.hpp244 static const std::size_t other_op_id = (OpId + 1) % 2; member in boost::geometry::detail::relate::exit_watcher
Dlinear_linear.hpp272 static const std::size_t other_op_id = (OpId + 1) % 2; member in boost::geometry::detail::relate::linear_linear::turns_analyser
Dareal_areal.hpp440 static const std::size_t other_op_id = (OpId + 1) % 2; member in boost::geometry::detail::relate::areal_areal::turns_analyser
Dlinear_areal.hpp634 static const std::size_t other_op_id = 1; member in boost::geometry::detail::relate::linear_areal::turns_analyser
/third_party/boost/boost/geometry/algorithms/detail/turns/
Dcompare_turns.hpp40 static const std::size_t other_op_id = (OpId + 1) % 2; member