Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
neighbor_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 
13 #ifndef SPATIAL_NEIGHBOR_ITERATOR_HPP
14 #define SPATIAL_NEIGHBOR_ITERATOR_HPP
15 
16 #include "spatial.hpp"
17 #include "bits/spatial_euclidian_neighbor.hpp"
18 #include "bits/spatial_quadrance_neighbor.hpp"
19 #include "bits/spatial_manhattan_neighbor.hpp"
20 
21 #endif // SPATIAL_NEIGHBOR_ITERATOR_HPP