geometry/test/algorithms/set_operations/set_ops_ll.cpp

18 lines
534 B
C++

// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2014, Oracle and/or its affiliates.
// Licensed under the Boost Software License version 1.0.
// http://www.boost.org/users/license.html
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
#ifndef BOOST_TEST_MODULE
#define BOOST_TEST_MODULE test_set_ops_linear_linear
#endif
#include "intersection_linear_linear.cpp"
#include "union_linear_linear.cpp"
#include "difference_linear_linear.cpp"
#include "sym_difference_linear_linear.cpp"