// -*- 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   region_iterator.hpp
 *  Call the definition of all iterators related to \region_iterator. It also
 *  pulls in \region_iterator.
 */

#ifndef SPATIAL_REGION_ITERATOR_HPP
#define SPATIAL_REGION_ITERATOR_HPP

#include "bits/spatial_open_region.hpp"
#include "bits/spatial_closed_region.hpp"
#include "bits/spatial_enclosed_region.hpp"
#include "bits/spatial_overlap_region.hpp"

#endif // SPATIAL_REGION_ITERATOR_HPP
