Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:35:06

0001 // Boost.Geometry (aka GGL, Generic Geometry Library)
0002 
0003 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
0004 
0005 // This file was modified by Oracle on 2014-2022.
0006 // Modifications copyright (c) 2014-2022, Oracle and/or its affiliates.
0007 
0008 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
0009 
0010 // Use, modification and distribution is subject to the Boost Software License,
0011 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0012 // http://www.boost.org/LICENSE_1_0.txt)
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 // BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP