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

Classes

struct  boost::geometry::traits::access< Geometry, Dimension, Enable >
 Traits class which gives access (get,set) to points. More...
 
struct  boost::geometry::traits::indexed_access< Geometry, Index, Dimension >
 Traits class defining "get" and "set" to get and set point coordinate values. More...
 

Namespaces

 boost
 
 boost::geometry
 
 boost::geometry::traits
 

Functions

template<std::size_t Dimension, typename Geometry >
coordinate_type< Geometry >::type boost::geometry::get (Geometry const &geometry)
 Get coordinate value of a geometry (usually a point) More...
 
template<std::size_t Index, std::size_t Dimension, typename Geometry >
coordinate_type< Geometry >::type boost::geometry::get (Geometry const &geometry)
 get coordinate value of a Box or Segment More...
 
template<std::size_t Dimension, typename Geometry >
void boost::geometry::set (Geometry &geometry, typename coordinate_type< Geometry >::type const &value)
 Set coordinate value of a geometry (usually a point) More...
 
template<std::size_t Index, std::size_t Dimension, typename Geometry >
void boost::geometry::set (Geometry &geometry, typename coordinate_type< Geometry >::type const &value)
 set coordinate value of a Box / Segment More...
 

Variables

int const boost::geometry::max_corner = 1
 Index of maximum corner of the box. More...
 
int const boost::geometry::min_corner = 0
 Index of minimum corner of the box. 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