boost_polygon.hpp 775 B

123456789101112131415161718
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2010-2012 Barend Gehrels, Amsterdam, the Netherlands.
  3. // Use, modification and distribution is subject to the Boost Software License,
  4. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
  7. #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP
  8. #include <boost/geometry/geometries/adapted/boost_polygon/point.hpp>
  9. #include <boost/geometry/geometries/adapted/boost_polygon/box.hpp>
  10. #include <boost/geometry/geometries/adapted/boost_polygon/ring.hpp>
  11. #include <boost/geometry/geometries/adapted/boost_polygon/polygon.hpp>
  12. #endif // BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP