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::interior_rings< Geometry > Struct Template Reference

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

#include <interior_rings.hpp>

Public Member Functions

 BOOST_MPL_ASSERT_MSG (false, NOT_IMPLEMENTED_FOR_THIS_GEOMETRY_TYPE,(types< Geometry >))
 

Detailed Description

template<typename Geometry>
struct boost::geometry::traits::interior_rings< Geometry >

Traits class defining access to interior_rings of a polygon.

defines access (const and non const) to interior ring

Geometries:
  • polygon
Specializations should provide:
  • static inline INTERIOR& get(POLY&)
  • static inline const INTERIOR& get(POLY const&)
Template Parameters
Geometrygeometry

Member Function Documentation

template<typename Geometry >
boost::geometry::traits::interior_rings< Geometry >::BOOST_MPL_ASSERT_MSG ( false  ,
NOT_IMPLEMENTED_FOR_THIS_GEOMETRY_TYPE  ,
(types< Geometry >)   
)

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