]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/geometry/algorithms/detail/intersection/implementation.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / intersection / implementation.hpp
CommitLineData
7c673cae
FG
1// Boost.Geometry (aka GGL, Generic Geometry Library)
2
3// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
4
1e59de90
TL
5// This file was modified by Oracle on 2014-2021.
6// Modifications copyright (c) 2014-2021, Oracle and/or its affiliates.
7c673cae
FG
7
8// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
9
10// Use, modification and distribution is subject to the Boost Software License,
11// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
12// http://www.boost.org/LICENSE_1_0.txt)
13
14#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP
15#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP
16
17
f67539c2 18#include <boost/geometry/algorithms/detail/intersection/areal_areal.hpp>
7c673cae
FG
19#include <boost/geometry/algorithms/detail/intersection/box_box.hpp>
20#include <boost/geometry/algorithms/detail/intersection/multi.hpp>
21
1e59de90
TL
22#include <boost/geometry/strategies/relate/cartesian.hpp>
23#include <boost/geometry/strategies/relate/geographic.hpp>
24#include <boost/geometry/strategies/relate/spherical.hpp>
25
7c673cae
FG
26
27#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERSECTION_IMPLEMENTATION_HPP