12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP
- #include <boost/geometry/algorithms/detail/intersection/areal_areal.hpp>
- #include <boost/geometry/algorithms/detail/intersection/box_box.hpp>
- #include <boost/geometry/algorithms/detail/intersection/gc.hpp>
- #include <boost/geometry/algorithms/detail/intersection/multi.hpp>
- #include <boost/geometry/strategies/relate/cartesian.hpp>
- #include <boost/geometry/strategies/relate/geographic.hpp>
- #include <boost/geometry/strategies/relate/spherical.hpp>
- #endif
|