annotate DEPENDENCIES/generic/include/boost/geometry/algorithms/is_simple.hpp @ 125:34e428693f5d vext

Vext -> Repoint
author Chris Cannam
date Thu, 14 Jun 2018 11:15:39 +0100
parents f46d142149f5
children
rev   line source
Chris@102 1 // Boost.Geometry (aka GGL, Generic Geometry Library)
Chris@102 2
Chris@102 3 // Copyright (c) 2014, Oracle and/or its affiliates.
Chris@102 4
Chris@102 5 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
Chris@102 6
Chris@102 7 // Licensed under the Boost Software License version 1.0.
Chris@102 8 // http://www.boost.org/users/license.html
Chris@102 9
Chris@102 10 #ifndef BOOST_GEOMETRY_ALGORITHMS_IS_SIMPLE_HPP
Chris@102 11 #define BOOST_GEOMETRY_ALGORITHMS_IS_SIMPLE_HPP
Chris@102 12
Chris@102 13 #include <boost/geometry/algorithms/detail/is_simple/interface.hpp>
Chris@102 14 #include <boost/geometry/algorithms/detail/is_simple/implementation.hpp>
Chris@102 15
Chris@102 16 #endif // BOOST_GEOMETRY_ALGORITHMS_IS_SIMPLE_HPP