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

Classes

struct  boost::geometry::detail::expand::point_loop< StrategyLess, StrategyGreater, Dimension, DimensionCount >
 
struct  boost::geometry::detail::expand::point_loop< StrategyLess, StrategyGreater, DimensionCount, DimensionCount >
 
struct  boost::geometry::detail::expand::indexed_loop< StrategyLess, StrategyGreater, Index, Dimension, DimensionCount >
 
struct  boost::geometry::detail::expand::indexed_loop< StrategyLess, StrategyGreater, Index, DimensionCount, DimensionCount >
 
struct  boost::geometry::detail::expand::expand_indexed< StrategyLess, StrategyGreater >
 
struct  boost::geometry::dispatch::expand< GeometryOut, Geometry, StrategyLess, StrategyGreater, TagOut, Tag >
 
struct  boost::geometry::dispatch::expand< BoxOut, Point, StrategyLess, StrategyGreater, box_tag, point_tag >
 
struct  boost::geometry::dispatch::expand< BoxOut, BoxIn, StrategyLess, StrategyGreater, box_tag, box_tag >
 
struct  boost::geometry::dispatch::expand< Box, Segment, StrategyLess, StrategyGreater, box_tag, segment_tag >
 
struct  boost::geometry::resolve_variant::expand< Geometry >
 
struct  boost::geometry::resolve_variant::expand< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::resolve_variant::expand< boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor< Box >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 
 boost::geometry::detail::expand
 
 boost::geometry::dispatch
 
 boost::geometry::resolve_variant
 

Functions

template<typename Box , typename Geometry >
void boost::geometry::expand (Box &box, Geometry const &geometry)
 Expands a box using the bounding box (envelope) of another geometry (box, point) More...