geometry/doc/reference/multi_point.qbk
2011-01-01 16:22:40 +00:00

35 lines
809 B
Plaintext

[/ Generated by doxygen_xml2qbk, don't change, it will be overwritten automatically]
[/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1model_1_1multi__point.xml]
[section:model_multi_point model::multi_point]
[heading Description]
Multipoint can be used to group points belonging to each other, e.g. a constellation
[heading Synopsis]
``template<typename P, template< typename, typename > class V, template< typename > class A>
class model::multi_point
{
// ...
};
``
[heading Template parameter(s)]
[table
[[Parameter] [Description]]
[[typename P] []]
[[template< typename, typename > class V] []]
[[template< typename > class A] []]
]
[heading Header]
Either
`#include <boost/geometry/multi/multi.hpp>`
Or
`#include <boost/geometry/multi/geometries/multi_point.hpp>`
[endsect]