1234567891011121314151617181920212223 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_SIMPLE_IMPLEMENTATION_HPP
- #include <boost/geometry/algorithms/detail/is_simple/always_simple.hpp>
- #include <boost/geometry/algorithms/detail/is_simple/areal.hpp>
- #include <boost/geometry/algorithms/detail/is_simple/linear.hpp>
- #include <boost/geometry/algorithms/detail/is_simple/multipoint.hpp>
- #include <boost/geometry/strategies/relate/cartesian.hpp>
- #include <boost/geometry/strategies/relate/geographic.hpp>
- #include <boost/geometry/strategies/relate/spherical.hpp>
- #endif
|