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

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...
 
struct  boost::geometry::detail::indexed_access_non_pointer< Geometry, CoordinateType, Index, Dimension >
 
struct  boost::geometry::detail::indexed_access_pointer< Geometry, CoordinateType, Index, Dimension >
 
struct  boost::geometry::core_dispatch::access< Tag, Geometry, CoordinateType, Dimension, IsPointer >
 
struct  boost::geometry::core_dispatch::indexed_access< Tag, Geometry, CoordinateType, Index, Dimension, IsPointer >
 
struct  boost::geometry::core_dispatch::access< point_tag, Point, CoordinateType, Dimension, boost::false_type >
 
struct  boost::geometry::core_dispatch::access< point_tag, Point, CoordinateType, Dimension, boost::true_type >
 
struct  boost::geometry::core_dispatch::indexed_access< box_tag, Box, CoordinateType, Index, Dimension, boost::false_type >
 
struct  boost::geometry::core_dispatch::indexed_access< box_tag, Box, CoordinateType, Index, Dimension, boost::true_type >
 
struct  boost::geometry::core_dispatch::indexed_access< segment_tag, Segment, CoordinateType, Index, Dimension, boost::false_type >
 
struct  boost::geometry::core_dispatch::indexed_access< segment_tag, Segment, CoordinateType, Index, Dimension, boost::true_type >
 
struct  boost::geometry::detail::signature_getset_dimension
 
struct  boost::geometry::detail::signature_getset_index_dimension
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::traits
 
 boost::geometry::detail
 
 boost::geometry::core_dispatch
 

Functions

template<std::size_t Dimension, typename Geometry >
coordinate_type< Geometry >::type boost::geometry::get (Geometry const &geometry, detail::signature_getset_dimension *dummy=0)
 Get coordinate value of a geometry (usually a point) More...
 
template<std::size_t Dimension, typename Geometry >
void boost::geometry::set (Geometry &geometry, typename coordinate_type< Geometry >::type const &value, detail::signature_getset_dimension *dummy=0)
 Set 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, detail::signature_getset_index_dimension *dummy=0)
 get coordinate value of a Box or Segment 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, detail::signature_getset_index_dimension *dummy=0)
 set coordinate value of a Box / Segment More...
 

Variables

int const boost::geometry::min_corner = 0
 Index of minimum corner of the box. More...
 
int const boost::geometry::max_corner = 1
 Index of maximum corner of the box. More...