Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::strategy::simplify::detail::douglas_peucker_point< Point > Struct Template Reference

Small wrapper around a point, with an extra member "included". More...

#include <simplify_douglas_peucker.hpp>

Public Member Functions

 douglas_peucker_point (Point const &ap)
 
douglas_peucker_point< Point > operator= (douglas_peucker_point< Point > const &)
 

Public Attributes

Point const & p
 
bool included
 

Detailed Description

template<typename Point>
struct boost::geometry::strategy::simplify::detail::douglas_peucker_point< Point >

Small wrapper around a point, with an extra member "included".

It has a const-reference to the original point (so no copy here)

Template Parameters
theenclosed point type

Constructor & Destructor Documentation

template<typename Point>
boost::geometry::strategy::simplify::detail::douglas_peucker_point< Point >::douglas_peucker_point ( Point const &  ap)
inline

Member Function Documentation

template<typename Point>
douglas_peucker_point<Point> boost::geometry::strategy::simplify::detail::douglas_peucker_point< Point >::operator= ( douglas_peucker_point< Point > const &  )
inline

Member Data Documentation

template<typename Point>
bool boost::geometry::strategy::simplify::detail::douglas_peucker_point< Point >::included
template<typename Point>
Point const& boost::geometry::strategy::simplify::detail::douglas_peucker_point< Point >::p

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