Boost.Geometry    Boost C++ Libraries
boost::geometry::concept::Box< Geometry > Class Template Reference

Box concept. More...


Detailed Description

template<typename Geometry>
class boost::geometry::concept::Box< Geometry >

Box concept.

Formal definition:
The box concept is defined as following:
  • there must be a specialization of traits::tag defining box_tag as type
  • there must be a specialization of traits::point_type to define the underlying point type (even if it does not consist of points, it should define this type, to indicate the points it can work with)
  • there must be a specialization of traits::indexed_access, per index (min_corner, max_corner) and per dimension, with two functions:
    • get to get a coordinate value
    • set to set a coordinate value (this one is not checked for ConstBox)

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