/Src/Dependencies/Boost/libs/geometry/doc/concept/multi_polygon.qbk

http://hadesmem.googlecode.com/ · text · 31 lines · 21 code · 10 blank · 0 comment · 0 complexity · 8d50883e77bce3202442ed627f5098f5 MD5 · raw file

  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
  4. Copyright (c) 2009-2011 Barend Gehrels, Amsterdam, the Netherlands.
  5. Copyright (c) 2009-2011 Bruno Lalande, Paris, France.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [section:concept_multi_polygon MultiPolygon Concept]
  11. [heading Description]
  12. [concept MultiPolygon..multi polygon]
  13. [heading Concept Definition]
  14. The MultiPolygon Concept is defined as following:
  15. * There must be a specialization of the metafunction `traits::tag`, defining `multi_polygon_tag` as type
  16. * It must behave like a Boost.Range Random Access Range
  17. * The type defined by the metafunction `range_value<...>::type` must fulfill
  18. the [link geometry.reference.concepts.concept_polygon Polygon Concept]
  19. [heading Available Models]
  20. * [link geometry.reference.models.model_multi_polygon model::multi_polygon]
  21. [endsect]