]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/geometry/algorithms/detail/envelope/implementation.hpp
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / envelope / implementation.hpp
CommitLineData
7c673cae
FG
1// Boost.Geometry (aka GGL, Generic Geometry Library)
2
3// Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
4// Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
5// Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
6
1e59de90
TL
7// This file was modified by Oracle on 2015-2021.
8// Modifications copyright (c) 2015-2021, Oracle and/or its affiliates.
b32b8144 9// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
7c673cae 10// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
1e59de90 11// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
7c673cae
FG
12
13// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
14// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
15
16// Distributed under the Boost Software License, Version 1.0.
17// (See accompanying file LICENSE_1_0.txt or copy at
18// http://www.boost.org/LICENSE_1_0.txt)
19
20#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_ENVELOPE_IMPLEMENTATION_HPP
21#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_ENVELOPE_IMPLEMENTATION_HPP
22
23#include <boost/geometry/core/exterior_ring.hpp>
24#include <boost/geometry/core/interior_rings.hpp>
25#include <boost/geometry/core/tags.hpp>
26
27#include <boost/geometry/algorithms/is_empty.hpp>
28
92f5a8d4 29#include <boost/geometry/algorithms/detail/envelope/areal.hpp>
7c673cae 30#include <boost/geometry/algorithms/detail/envelope/box.hpp>
1e59de90 31#include <boost/geometry/algorithms/detail/envelope/geometry_collection.hpp>
7c673cae
FG
32#include <boost/geometry/algorithms/detail/envelope/linear.hpp>
33#include <boost/geometry/algorithms/detail/envelope/multipoint.hpp>
34#include <boost/geometry/algorithms/detail/envelope/point.hpp>
35#include <boost/geometry/algorithms/detail/envelope/range.hpp>
36#include <boost/geometry/algorithms/detail/envelope/segment.hpp>
37
38#include <boost/geometry/algorithms/dispatch/envelope.hpp>
39
1e59de90
TL
40#include <boost/geometry/strategies/envelope/cartesian.hpp>
41#include <boost/geometry/strategies/envelope/geographic.hpp>
42#include <boost/geometry/strategies/envelope/spherical.hpp>
43
7c673cae 44#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_ENVELOPE_IMPLEMENTATION_HPP