Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/geometry/algorithms/relate.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Boost.Geometry (aka GGL, Generic Geometry Library)
0002 
0003 // Copyright (c) 2015-2022 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_RELATE_HPP
0012 #define BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
0013 
0014 #include <boost/geometry/algorithms/detail/relate/interface.hpp>
0015 #include <boost/geometry/algorithms/detail/relate/implementation.hpp>
0016 // Implementation is divided into two files to avoid cyclic dependency with set operations
0017 #include <boost/geometry/algorithms/detail/relate/implementation_gc.hpp>
0018 
0019 #endif // BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP