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

#include <spatial_enclosed_region.hpp>

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

Public Member Functions

 enclosed_region_iterator ()
 
 enclosed_region_iterator (const region_iterator< Ct, enclosed_bounds< typename container_traits< Ct >::key_type, typename container_traits< Ct >::key_compare, Layout > > &other)
 

Detailed Description

template<typename Ct, typename Layout = llhh_layout_tag>
struct spatial::enclosed_region_iterator< Ct, Layout >

Definition at line 176 of file spatial_enclosed_region.hpp.

Constructor & Destructor Documentation

template<typename Ct , typename Layout = llhh_layout_tag>
spatial::enclosed_region_iterator< Ct, Layout >::enclosed_region_iterator ( )

Definition at line 182 of file spatial_enclosed_region.hpp.

template<typename Ct , typename Layout = llhh_layout_tag>
spatial::enclosed_region_iterator< Ct, Layout >::enclosed_region_iterator ( const region_iterator< Ct, enclosed_bounds< typename container_traits< Ct >::key_type, typename container_traits< Ct >::key_compare, Layout > > &  other)

Definition at line 185 of file spatial_enclosed_region.hpp.


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