#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 void | set (segment_type &segment, direction_1d dir, const point_type &point) |
static segment_type | construct (const point_type &low, const point_type &high) |
typedef segment_type::coordinate_type boost::polygon::segment_mutable_traits< Segment >::coordinate_type |
typedef segment_type::point_type boost::polygon::segment_mutable_traits< Segment >::point_type |
typedef Segment boost::polygon::segment_mutable_traits< Segment >::segment_type |
|
inlinestatic |
Referenced by boost::polygon::construct().
|
inlinestatic |
Referenced by boost::polygon::set().