Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
region_iterator.hpp
1 // -*- C++ -*-
2 //
3 // Copyright Sylvain Bougerel 2009 - 2013.
4 // Distributed under the Boost Software License, Version 1.0.
5 // (See accompanying file COPYING or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 
14 #ifndef SPATIAL_REGION_ITERATOR_HPP
15 #define SPATIAL_REGION_ITERATOR_HPP
16 
17 #include "spatial.hpp"
18 #include "bits/spatial_open_region.hpp"
19 #include "bits/spatial_closed_region.hpp"
20 #include "bits/spatial_enclosed_region.hpp"
21 #include "bits/spatial_overlap_region.hpp"
22 
23 #endif // SPATIAL_REGION_ITERATOR_HPP