disjoint.hpp 828 B

123456789101112131415161718192021
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2012-2014 Barend Gehrels, Amsterdam, the Netherlands.
  3. // Copyright (c) 2012-2014 Bruno Lalande, Paris, France.
  4. // Copyright (c) 2012-2014 Mateusz Loskot, London, UK.
  5. // This file was modified by Oracle on 2014.
  6. // Modifications copyright (c) 2014, Oracle and/or its affiliates.
  7. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  8. // Use, modification and distribution is subject to the Boost Software License,
  9. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  10. // http://www.boost.org/LICENSE_1_0.txt)
  11. #ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DISJOINT_HPP
  12. #define BOOST_GEOMETRY_MULTI_ALGORITHMS_DISJOINT_HPP
  13. #include <boost/geometry/algorithms/disjoint.hpp>
  14. #endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DISJOINT_HPP