File indexing completed on 2025-01-18 09:35:06
0001
0002
0003
0004
0005
0006
0007
0008
0009
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