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