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

Traits class indicating interior container type of a polygon. More...

#include <interior_type.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_const_type< Geometry >

Traits class indicating interior container type of a polygon.

defines inner container type, so the container containing the interior rings

Geometries:
  • polygon
Specializations should provide:
  • typedef X type ( e.g. std::vector<myring<P>> )
Template Parameters
Geometrygeometry

Member Function Documentation

template<typename Geometry >
boost::geometry::traits::interior_const_type< 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: