File indexing completed on 2025-01-18 09:35:06
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP
0015 #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP
0016
0017
0018 #include <boost/geometry/algorithms/detail/intersection/areal_areal.hpp>
0019 #include <boost/geometry/algorithms/detail/intersection/box_box.hpp>
0020 #include <boost/geometry/algorithms/detail/intersection/gc.hpp>
0021 #include <boost/geometry/algorithms/detail/intersection/multi.hpp>
0022
0023 #include <boost/geometry/strategies/relate/cartesian.hpp>
0024 #include <boost/geometry/strategies/relate/geographic.hpp>
0025 #include <boost/geometry/strategies/relate/spherical.hpp>
0026
0027
0028 #endif