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_operation< PointSrc, Function > Struct Template Reference

#include <arithmetic.hpp>

Public Types

typedef coordinate_type
< PointSrc >::type 
coordinate_type
 

Public Member Functions

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

Public Attributes

PointSrc const & m_source_point
 

Member Typedef Documentation

template<typename PointSrc , template< typename > class Function>
typedef coordinate_type<PointSrc>::type boost::geometry::detail::point_operation< PointSrc, Function >::coordinate_type

Constructor & Destructor Documentation

template<typename PointSrc , template< typename > class Function>
boost::geometry::detail::point_operation< PointSrc, Function >::point_operation ( PointSrc const &  point)
inline

Member Function Documentation

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

Member Data Documentation

template<typename PointSrc , template< typename > class Function>
PointSrc const& boost::geometry::detail::point_operation< PointSrc, Function >::m_source_point

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