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

#include <segment_traits.hpp>

Public Types

typedef Segment segment_type
 
typedef segment_type::point_type point_type
 
typedef
segment_type::coordinate_type 
coordinate_type
 

Static Public Member Functions

static point_type get (const segment_type &segment, direction_1d dir)
 

Member Typedef Documentation

template<typename Segment>
typedef segment_type::coordinate_type boost::polygon::segment_traits< Segment >::coordinate_type
template<typename Segment>
typedef segment_type::point_type boost::polygon::segment_traits< Segment >::point_type
template<typename Segment>
typedef Segment boost::polygon::segment_traits< Segment >::segment_type

Member Function Documentation

template<typename Segment>
static point_type boost::polygon::segment_traits< Segment >::get ( const segment_type segment,
direction_1d  dir 
)
inlinestatic

Referenced by boost::polygon::get().


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