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

{type, ring_type, } More...

#include <ring_type.hpp>

Public Types

typedef
core_dispatch::ring_type
< typename tag< Geometry >
::type, Geometry >::type 
type
 

Detailed Description

template<typename Geometry>
struct boost::geometry::ring_type< Geometry >

{type, ring_type, }

A polygon contains one exterior ring and zero or more interior rings (holes). This metafunction retrieves the type of the rings. Exterior ring and each of the interior rings all have the same ring_type.

Template Parameters
GeometryA type fullfilling the Ring, Polygon or MultiPolygon concept.

{[include reference/core/ring_type.qbk]}

Member Typedef Documentation

template<typename Geometry>
typedef core_dispatch::ring_type< typename tag<Geometry>::type, Geometry >::type boost::geometry::ring_type< Geometry >::type

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