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) 2014-2021, Oracle and/or its affiliates.
0004 
0005 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
0006 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
0007 
0008 // Licensed under the Boost Software License version 1.0.
0009 // http://www.boost.org/users/license.html
0010 
0011 #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP
0012 #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP
0013 
0014 #include <boost/geometry/algorithms/detail/is_simple/always_simple.hpp>
0015 #include <boost/geometry/algorithms/detail/is_simple/areal.hpp>
0016 #include <boost/geometry/algorithms/detail/is_simple/linear.hpp>
0017 #include <boost/geometry/algorithms/detail/is_simple/multipoint.hpp>
0018 
0019 #include <boost/geometry/strategies/relate/cartesian.hpp>
0020 #include <boost/geometry/strategies/relate/geographic.hpp>
0021 #include <boost/geometry/strategies/relate/spherical.hpp>
0022 
0023 #endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP