Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
within_concept.hpp File Reference
Include dependency graph for within_concept.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::geometry::concept::WithinStrategyPolygonal< Strategy >
 Checks strategy for within (point-in-polygon) More...
 
class  boost::geometry::concept::WithinStrategyPointBox< Strategy >
 
class  boost::geometry::concept::WithinStrategyBoxBox< Strategy >
 
struct  boost::geometry::concept::within::dispatch::check_within< FirstTag, SecondTag, CastedTag, Strategy >
 
struct  boost::geometry::concept::within::dispatch::check_within< point_tag, AnyTag, areal_tag, Strategy >
 
struct  boost::geometry::concept::within::dispatch::check_within< point_tag, box_tag, areal_tag, Strategy >
 
struct  boost::geometry::concept::within::dispatch::check_within< box_tag, box_tag, areal_tag, Strategy >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::concept
 
 boost::geometry::concept::within
 
 boost::geometry::concept::within::dispatch
 

Functions

template<typename FirstTag , typename SecondTag , typename CastedTag , typename Strategy >
void boost::geometry::concept::within::check ()
 Checks, in compile-time, the concept of any within-strategy. More...