Boost.Geometry    Boost C++ Libraries
Relation to Boost and std libraries

Boost

The GGL makes use of the following Boost Libraries:

Many of these are used a lot inside the library.

The Boost.Range library is used everywhere to declare iterators and to walk through standard containers or custom ranges.

The Boost Concept Check Library is used to check concepts, for geometries as well as for strategies.

Tranformations are implemented using Boost uBLAS

MPL is used for a.o. reverse dispatching

Finally, the library can perfectly be used together with the Boost Graph Library, as shown in example 7.

std:: library

The GGL makes substantial use of the std library, and is designed to be compatible with it.


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