Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::polygon::polygon_90_traits< T, enable > Struct Template Reference

#include <polygon_traits.hpp>

Public Types

typedef T::coordinate_type coordinate_type
 
typedef T::compact_iterator_type compact_iterator_type
 

Static Public Member Functions

static compact_iterator_type begin_compact (const T &t)
 
static compact_iterator_type end_compact (const T &t)
 
static std::size_t size (const T &t)
 
static winding_direction winding (const T &)
 

Member Typedef Documentation

template<typename T, typename enable = gtl_yes>
typedef T::compact_iterator_type boost::polygon::polygon_90_traits< T, enable >::compact_iterator_type
template<typename T, typename enable = gtl_yes>
typedef T::coordinate_type boost::polygon::polygon_90_traits< T, enable >::coordinate_type

Member Function Documentation

template<typename T, typename enable = gtl_yes>
static compact_iterator_type boost::polygon::polygon_90_traits< T, enable >::begin_compact ( const T t)
inlinestatic
template<typename T, typename enable = gtl_yes>
static compact_iterator_type boost::polygon::polygon_90_traits< T, enable >::end_compact ( const T t)
inlinestatic
template<typename T, typename enable = gtl_yes>
static std::size_t boost::polygon::polygon_90_traits< T, enable >::size ( const T t)
inlinestatic
template<typename T, typename enable = gtl_yes>
static winding_direction boost::polygon::polygon_90_traits< T, enable >::winding ( const T )
inlinestatic

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