geometry/test/algorithms/set_ops_pp.cpp
Menelaos Karavelas d9e741c106 implemented set operations for pointlike-pointlike geometry combinations;
added unit tests for union, intersection and difference for pl-pl pairs;
2014-03-12 11:19:44 +02:00

17 lines
472 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_pointlike_pointlike
#endif
#include "intersection_pl_pl.cpp"
#include "union_pl_pl.cpp"
#include "difference_pl_pl.cpp"