]> https://gitweb.dealii.org/ - dealii.git/blob
acdb3952c236bde1205e2c25335306eef66837a5
[dealii.git] /
1 // Boost.Geometry (aka GGL, Generic Geometry Library)\r
2 \r
3 // Copyright (c) 2014-2015, Oracle and/or its affiliates.\r
4 \r
5 // Licensed under the Boost Software License version 1.0.\r
6 // http://www.boost.org/users/license.html\r
7 \r
8 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle\r
9 \r
10 #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP\r
11 #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP\r
12 \r
13 #if ! defined(BOOST_GEOMETRY_OVERLAY_NO_THROW)\r
14 #include <boost/geometry/core/exception.hpp>\r
15 \r
16 namespace boost { namespace geometry\r
17 {\r
18 \r
19 class inconsistent_turns_exception : public geometry::exception\r
20 {\r
21 public:\r
22 \r
23     inline inconsistent_turns_exception() {}\r
24 \r
25     virtual ~inconsistent_turns_exception() throw()\r
26     {}\r
27 \r
28     virtual char const* what() const throw()\r
29     {\r
30         return "Boost.Geometry Inconsistent Turns exception";\r
31     }\r
32 };\r
33 \r
34 }} // boost::geometry\r
35 \r
36 #endif // BOOST_GEOMETRY_OVERLAY_NO_THROW\r
37 \r
38 #endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP\r

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.