File indexing completed on 2025-01-18 09:35:27
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
0010 #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
0011
0012 #include <boost/geometry/geometries/adapted/boost_polygon/point.hpp>
0013 #include <boost/geometry/geometries/adapted/boost_polygon/box.hpp>
0014 #include <boost/geometry/geometries/adapted/boost_polygon/ring.hpp>
0015 #include <boost/geometry/geometries/adapted/boost_polygon/polygon.hpp>
0016
0017 #endif
0018