From a61be76a19ee647c98e44ca117384a8e7ec0a718 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Wed, 30 Apr 2014 22:25:10 +0300 Subject: [PATCH] [is_valid] file for polygon is_valid implementation (no code yet) --- .../algorithms/detail/is_valid/polygon.hpp | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 include/boost/geometry/algorithms/detail/is_valid/polygon.hpp diff --git a/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp b/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp new file mode 100644 index 000000000..6037d1609 --- /dev/null +++ b/include/boost/geometry/algorithms/detail/is_valid/polygon.hpp @@ -0,0 +1,36 @@ +// Boost.Geometry (aka GGL, Generic Geometry Library) + +// Copyright (c) 2014, Oracle and/or its affiliates. + +// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle + +// Licensed under the Boost Software License version 1.0. +// http://www.boost.org/users/license.html + +#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_VALID_POLYGON_HPP +#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_VALID_POLYGON_HPP + + +namespace boost { namespace geometry +{ + + +#ifndef DOXYGEN_NO_DETAIL +namespace detail { namespace is_valid +{ + +}} // namespace dispatch +#endif // DOXYGEN_NO_DETAIL + + + +#ifndef DOXYGEN_NO_DISPATCH +namespace dispatch +{ +} // namespace dispatch +#endif // DOXYGEN_NO_DISPATCH + + +}} // namespace boost::geometry + +#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_IS_VALID_POLYGON_HPP