|
||||
File indexing completed on 2025-01-18 09:35:22
0001 // Boost.Geometry (aka GGL, Generic Geometry Library) 0002 0003 // Copyright (c) 2015 Oracle and/or its affiliates. 0004 0005 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle 0006 0007 // Use, modification and distribution is subject to the Boost Software License, 0008 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0009 // http://www.boost.org/LICENSE_1_0.txt) 0010 0011 #ifndef BOOST_GEOMETRY_ALGORITHMS_RELATION_HPP 0012 #define BOOST_GEOMETRY_ALGORITHMS_RELATION_HPP 0013 0014 #include <boost/geometry/algorithms/detail/relation/interface.hpp> 0015 #include <boost/geometry/algorithms/detail/relation/implementation.hpp> 0016 #include <boost/geometry/algorithms/detail/relate/implementation_gc.hpp> 0017 0018 #endif // BOOST_GEOMETRY_ALGORITHMS_RELATION_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |