// -*- C++ -*-
//
// Copyright Sylvain Bougerel 2009 - 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file COPYING or copy at
// http://www.boost.org/LICENSE_1_0.txt)

/**
 *  \file   neighbor_iterator.hpp
 *  Provides neighbor iterator and all the functions around it.
 */

#ifndef SPATIAL_NEIGHBOR_ITERATOR_HPP
#define SPATIAL_NEIGHBOR_ITERATOR_HPP

#include "bits/spatial_euclidian_neighbor.hpp"
#include "bits/spatial_quadrance_neighbor.hpp"
#include "bits/spatial_manhattan_neighbor.hpp"

#endif // SPATIAL_NEIGHBOR_ITERATOR_HPP
