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

Traits class defining access to exterior_ring of a polygon. More...

#include <exterior_ring.hpp>

Public Member Functions

 BOOST_MPL_ASSERT_MSG (false, NOT_IMPLEMENTED_FOR_THIS_POLYGON_TYPE,(types< Polygon >))
 

Detailed Description

template<typename Polygon>
struct boost::geometry::traits::exterior_ring< Polygon >

Traits class defining access to exterior_ring of a polygon.

Should define const and non const access

Template Parameters
Polygonthe polygon type
Geometries:
  • polygon
Specializations should provide:
  • static inline RING& get(POLY& )
  • static inline RING const& get(POLY const& )

Member Function Documentation

template<typename Polygon >
boost::geometry::traits::exterior_ring< Polygon >::BOOST_MPL_ASSERT_MSG ( false  ,
NOT_IMPLEMENTED_FOR_THIS_POLYGON_TYPE  ,
(types< Polygon >)   
)

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