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_mutable_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 void set (segment_type &segment, direction_1d dir, const point_type &point)
 
static segment_type construct (const point_type &low, const point_type &high)
 

Member Typedef Documentation

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

Member Function Documentation

template<typename Segment >
static segment_type boost::polygon::segment_mutable_traits< Segment >::construct ( const point_type low,
const point_type high 
)
inlinestatic
template<typename Segment >
static void boost::polygon::segment_mutable_traits< Segment >::set ( segment_type segment,
direction_1d  dir,
const point_type point 
)
inlinestatic

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


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