#include <polygon_set_traits.hpp>
Public Types | |
typedef get_coordinate_type< T, typename geometry_concept< T > ::type >::type | coordinate_type |
typedef get_iterator_type< T > ::type | iterator_type |
typedef T | operator_arg_type |
Static Public Member Functions | |
static iterator_type | begin (const T &polygon_set) |
static iterator_type | end (const T &polygon_set) |
static bool | clean (const T &) |
static bool | sorted (const T &) |
typedef get_coordinate_type<T, typename geometry_concept<T>::type >::type boost::polygon::polygon_set_traits< T >::coordinate_type |
typedef get_iterator_type<T>::type boost::polygon::polygon_set_traits< T >::iterator_type |
typedef T boost::polygon::polygon_set_traits< T >::operator_arg_type |
|
inlinestatic |
References boost::polygon::get_iterator_type< T >::begin().
Referenced by boost::polygon::begin_polygon_set_data().
|
inlinestatic |
Referenced by boost::polygon::clean().
|
inlinestatic |
References boost::polygon::get_iterator_type< T >::end().
Referenced by boost::polygon::end_polygon_set_data().
|
inlinestatic |