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

#include <arithmetic.hpp>

Public Member Functions

 point_assignment (PointSrc const &point)
 
template<typename PointDst , int I>
void apply (PointDst &dest_point) const
 

Public Attributes

PointSrc const & m_source_point
 

Constructor & Destructor Documentation

template<typename PointSrc >
boost::geometry::detail::point_assignment< PointSrc >::point_assignment ( PointSrc const &  point)
inline

Member Function Documentation

template<typename PointSrc >
template<typename PointDst , int I>
void boost::geometry::detail::point_assignment< PointSrc >::apply ( PointDst &  dest_point) const
inline

Member Data Documentation

template<typename PointSrc >
PointSrc const& boost::geometry::detail::point_assignment< PointSrc >::m_source_point

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