summaryrefslogtreecommitdiff
path: root/libs/geometry/doc/concept/multi_point.qbk
blob: 54dce1f80e22631c93cc1318d16138af8adb7cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[/============================================================================
  Boost.Geometry (aka GGL, Generic Geometry Library)

  Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  Copyright (c) 2009-2012 Bruno Lalande, Paris, France.

  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:concept_multi_point MultiPoint Concept]

[heading Description]
[concept MultiPoint..multi point]


[heading Concept Definition]

The MultiPoint Concept is defined as following:

* There must be a specialization of the metafunction `traits::tag`, defining `multi_point_tag` as type
* It must behave like a Boost.Range Random Access Range
* The type defined by the metafunction `range_value<...>::type` must fulfill the [link geometry.reference.concepts.concept_point Point Concept]

[heading Available Models]	
* [link geometry.reference.models.model_multi_point model::multi_point]


[endsect]