MultiPoint concept.
More...
#include <multi_point_concept.hpp>
template<typename Geometry>
class boost::geometry::concept::MultiPoint< Geometry >
MultiPoint concept.
- Formal definition:
- The multi point concept is defined as following:
- there must be a specialization of traits::tag defining multi_point_tag as type
- it must behave like a Boost.Range
- its range value must fulfil the Point concept
template<typename Geometry >
The documentation for this class was generated from the following file: