geometry/doc/quickbook/geometries.qbk
2012-01-09 21:56:08 +00:00

37 lines
1.4 KiB
Plaintext

[/==============================================================================
Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
Copyright (c) 2009-2012 Mateusz Loskot, London, UK., London, UK
Use, modification and distribution is subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
===============================================================================/]
[section Geometries]
Boost Geometry can be used with the geometry types provided by the library, as well as with
custom geometry types which can be registered for Boost Geometry using traits or dedicated
registration macros.
This section refers to the geometry types provided by the library wich are ready to use
and do not require to be adapted or registered for the library.
[/ section Geometry Concepts]
[include geometry_concepts.qbk]
[/ end of section Geometry Concepts]
[/ section Geometry Types]
[include geometry_types.qbk]
[/ end of section Geometry Types]
[section:adaption Adaption and Registration (?)]
['TODO: adapting user-defined geometry types...]
[endsect] [/ end of section Adaption and Registration]
[heading Headers]
#include <boost/geometry/geometries/geometries.hpp>
[endsect] [/ end of section Geometries]