Boost.Geometry    Boost C++ Libraries
Classes | Namespaces | Functions
covered_by.hpp File Reference

Classes

struct  boost::geometry::resolve_strategy::covered_by
 
struct  boost::geometry::resolve_variant::covered_by< Geometry1, Geometry2 >
 
struct  boost::geometry::resolve_variant::covered_by< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2 >
 
struct  boost::geometry::resolve_variant::covered_by< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2 >::visitor< Strategy >
 
struct  boost::geometry::resolve_variant::variant< BOOST_VARIANT_ENUM_PARAMS(T2)>>
 
struct  boost::geometry::resolve_variant::variant< BOOST_VARIANT_ENUM_PARAMS(T2)>>::visitor< Strategy >
 
struct  boost::geometry::resolve_variant::covered_by< Geometry1, boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::resolve_variant::covered_by< Geometry1, boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor< Strategy >
 

Namespaces

 boost
 
 boost::geometry
 
 boost::geometry::resolve_strategy
 
 boost::geometry::resolve_variant
 

Functions

template<typename Geometry1 , typename Geometry2 >
bool boost::geometry::covered_by (Geometry1 const &geometry1, Geometry2 const &geometry2)
 Checks if the first geometry is inside or on border the second geometry. More...
 
template<typename Geometry1 , typename Geometry2 , typename Strategy >
bool boost::geometry::covered_by (Geometry1 const &geometry1, Geometry2 const &geometry2, Strategy const &strategy)
 Checks if the first geometry is inside or on border the second geometry using the specified strategy. More...
 

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen