relate.hpp 811 B

12345678910111213141516171819
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2015-2022 Oracle and/or its affiliates.
  3. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  4. // Use, modification and distribution is subject to the Boost Software License,
  5. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. #ifndef BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
  8. #define BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
  9. #include <boost/geometry/algorithms/detail/relate/interface.hpp>
  10. #include <boost/geometry/algorithms/detail/relate/implementation.hpp>
  11. // Implementation is divided into two files to avoid cyclic dependency with set operations
  12. #include <boost/geometry/algorithms/detail/relate/implementation_gc.hpp>
  13. #endif // BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP