[geometry] add is_simple and is_valid algorithms in geometry.hpp

This commit is contained in:
Menelaos Karavelas
2014-06-27 02:28:17 +03:00
parent 274c64c5d8
commit 7ec752d5ea

View File

@@ -55,6 +55,8 @@
#include <boost/geometry/algorithms/for_each.hpp>
#include <boost/geometry/algorithms/intersection.hpp>
#include <boost/geometry/algorithms/intersects.hpp>
#include <boost/geometry/algorithms/is_simple.hpp>
#include <boost/geometry/algorithms/is_valid.hpp>
#include <boost/geometry/algorithms/length.hpp>
#include <boost/geometry/algorithms/make.hpp>
#include <boost/geometry/algorithms/num_geometries.hpp>