Warning, file /include/boost/geometry/algorithms/relation.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
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