Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::model::multi_point< Point, Container, Allocator > Class Template Reference

multi_point, a collection of points More...

#include <multi_point.hpp>

Inheritance diagram for boost::geometry::model::multi_point< Point, Container, Allocator >:
Collaboration diagram for boost::geometry::model::multi_point< Point, Container, Allocator >:

Public Member Functions

 multi_point ()
 {multi_point} More...
 
template<typename Iterator >
 multi_point (Iterator begin, Iterator end)
 {multi_point} More...
 

Detailed Description

template<typename Point, template< typename, typename > class Container = std::vector, template< typename > class Allocator = std::allocator>
class boost::geometry::model::multi_point< Point, Container, Allocator >

multi_point, a collection of points

Template Parameters
Point
Container
Allocator

Multipoint can be used to group points belonging to each other, e.g. a constellation, or the result set of an intersection {before.synopsis, [heading Model of] [link geometry.reference.concepts.concept_multi_point MultiPoint Concept] }

Constructor & Destructor Documentation

template<typename Point , template< typename, typename > class Container = std::vector, template< typename > class Allocator = std::allocator>
boost::geometry::model::multi_point< Point, Container, Allocator >::multi_point ( )
inline
template<typename Point , template< typename, typename > class Container = std::vector, template< typename > class Allocator = std::allocator>
template<typename Iterator >
boost::geometry::model::multi_point< Point, Container, Allocator >::multi_point ( Iterator  begin,
Iterator  end 
)
inline

The documentation for this class was generated from the following file: