|  | 
| template<typename Range , typename Geometry > | 
| Range & | as_range (Geometry &input) | 
|  | Function getting either the range (ring, linestring) itself or the outer ring (polygon)  More... 
 | 
|  | 
| template<typename Range , typename Geometry > | 
| Range const & | as_range (Geometry const &input) | 
|  | Function getting either the range (ring, linestring) itself or the outer ring (polygon), const version.  More... 
 | 
|  | 
| template<typename Geometry , typename Actor > | 
| void | for_each_range (Geometry const &geometry, Actor &actor) | 
|  | 
template<typename Range , typename Geometry > 
      
        
          | Range const& boost::geometry::detail::as_range | ( | Geometry const & | input | ) |  | 
      
 
Function getting either the range (ring, linestring) itself or the outer ring (polygon), const version. 
Utility to handle polygon's outer ring as a range