boundary_view.hpp 591 B

12345678910111213141516
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2015, Oracle and/or its affiliates.
  3. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  4. // Licensed under the Boost Software License version 1.0.
  5. // http://www.boost.org/users/license.html
  6. #ifndef BOOST_GEOMETRY_VIEWS_DETAIL_BOUNDARY_VIEW_HPP
  7. #define BOOST_GEOMETRY_VIEWS_DETAIL_BOUNDARY_VIEW_HPP
  8. #include <boost/geometry/views/detail/boundary_view/interface.hpp>
  9. #include <boost/geometry/views/detail/boundary_view/implementation.hpp>
  10. #endif // BOOST_GEOMETRY_VIEWS_DETAIL_BOUNDARY_VIEW_HPP