|
||||
File indexing completed on 2025-01-18 09:35:36
0001 // Boost.Geometry (aka GGL, Generic Geometry Library) 0002 0003 // Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. 0004 // Copyright (c) 2008-2014 Bruno Lalande, Paris, France. 0005 // Copyright (c) 2009-2014 Mateusz Loskot, London, UK. 0006 0007 // This file was modified by Oracle on 2014. 0008 // Modifications copyright (c) 2014, Oracle and/or its affiliates. 0009 0010 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle 0011 0012 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library 0013 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 0014 0015 // Use, modification and distribution is subject to the Boost Software License, 0016 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0017 // http://www.boost.org/LICENSE_1_0.txt) 0018 0019 #ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP 0020 #define BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP 0021 0022 // this file is intentionally empty (with the exception of the #include below) 0023 // it is used for backward compatinility and may be removed in the future 0024 0025 #include <boost/geometry/algorithms/distance.hpp> 0026 0027 #endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |