Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
spatial::overlap_region_iterator< const Ct, Layout > Struct Template Reference

#include <spatial_overlap_region.hpp>

Inherits region_iterator < const Ct, overlap_bounds< container_traits< Ct >::key_type, container_traits< Ct >::key_compare, Layout > >.

Public Member Functions

 overlap_region_iterator ()
 defctor More...
 
 overlap_region_iterator (const region_iterator< const Ct, overlap_bounds< typename container_traits< Ct >::key_type, typename container_traits< Ct >::key_compare, Layout > > &other)
 
 overlap_region_iterator (const region_iterator< Ct, overlap_bounds< typename container_traits< Ct >::key_type, typename container_traits< Ct >::key_compare, Layout > > &other)
 

Detailed Description

template<typename Ct, typename Layout>
struct spatial::overlap_region_iterator< const Ct, Layout >

Definition at line 188 of file spatial_overlap_region.hpp.

Constructor & Destructor Documentation

template<typename Ct , typename Layout >
spatial::overlap_region_iterator< const Ct, Layout >::overlap_region_iterator ( )

defctor

Definition at line 195 of file spatial_overlap_region.hpp.

template<typename Ct , typename Layout >
spatial::overlap_region_iterator< const Ct, Layout >::overlap_region_iterator ( const region_iterator< const Ct, overlap_bounds< typename container_traits< Ct >::key_type, typename container_traits< Ct >::key_compare, Layout > > &  other)

Definition at line 198 of file spatial_overlap_region.hpp.

template<typename Ct , typename Layout >
spatial::overlap_region_iterator< const Ct, Layout >::overlap_region_iterator ( const region_iterator< Ct, overlap_bounds< typename container_traits< Ct >::key_type, typename container_traits< Ct >::key_compare, Layout > > &  other)

Definition at line 209 of file spatial_overlap_region.hpp.


The documentation for this struct was generated from the following file: