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

#include <interval_traits.hpp>

Public Types

typedef Interval interval_type
 
typedef
interval_type::coordinate_type 
coordinate_type
 

Static Public Member Functions

static void set (interval_type &interval, direction_1d dir, coordinate_type value)
 
static interval_type construct (coordinate_type low, coordinate_type high)
 

Member Typedef Documentation

template<typename Interval>
typedef interval_type::coordinate_type boost::polygon::interval_mutable_traits< Interval >::coordinate_type
template<typename Interval>
typedef Interval boost::polygon::interval_mutable_traits< Interval >::interval_type

Member Function Documentation

template<typename Interval>
static interval_type boost::polygon::interval_mutable_traits< Interval >::construct ( coordinate_type  low,
coordinate_type  high 
)
inlinestatic
template<typename Interval>
static void boost::polygon::interval_mutable_traits< Interval >::set ( interval_type interval,
direction_1d  dir,
coordinate_type  value 
)
inlinestatic

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


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