|
||||
File indexing completed on 2025-01-18 09:35:28
0001 // Boost.Geometry (aka GGL, Generic Geometry Library) 0002 0003 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 0004 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 0005 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 0006 0007 // This file was modified by Oracle on 2020-2021. 0008 // Modifications copyright (c) 2020-2021, Oracle and/or its affiliates. 0009 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle 0010 0011 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library 0012 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 0013 0014 // Use, modification and distribution is subject to the Boost Software License, 0015 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0016 // http://www.boost.org/LICENSE_1_0.txt) 0017 0018 #ifndef BOOST_GEOMETRY_GEOMETRIES_HPP 0019 #define BOOST_GEOMETRY_GEOMETRIES_HPP 0020 0021 #include <boost/geometry/geometries/box.hpp> 0022 #include <boost/geometry/geometries/geometry_collection.hpp> 0023 #include <boost/geometry/geometries/linestring.hpp> 0024 #include <boost/geometry/geometries/multi_linestring.hpp> 0025 #include <boost/geometry/geometries/multi_point.hpp> 0026 #include <boost/geometry/geometries/multi_polygon.hpp> 0027 #include <boost/geometry/geometries/point.hpp> 0028 #include <boost/geometry/geometries/point_xy.hpp> 0029 #include <boost/geometry/geometries/point_xyz.hpp> 0030 #include <boost/geometry/geometries/polygon.hpp> 0031 #include <boost/geometry/geometries/ring.hpp> 0032 #include <boost/geometry/geometries/segment.hpp> 0033 0034 #endif // BOOST_GEOMETRY_GEOMETRIES_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |