]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/robustness/common/common_settings.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / geometry / test / robustness / common / common_settings.hpp
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2 // Robustness Test
3 //
4 // Copyright (c) 2009-2020 Barend Gehrels, Amsterdam, the Netherlands.
5 // Use, modification and distribution is subject to the Boost Software License,
6 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
8
9 #ifndef BOOST_GEOMETRY_COMMON_SETTINGS_HPP
10 #define BOOST_GEOMETRY_COMMON_SETTINGS_HPP
11
12 struct common_settings
13 {
14 bool svg{false};
15 bool wkt{false};
16 bool also_difference{false};
17 double tolerance{1.0e-6};
18
19 int field_size{10};
20 bool triangular{false};
21
22 bool check_validity{true};
23 };
24
25 #endif // BOOST_GEOMETRY_COMMON_SETTINGS_HPP