Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 > Struct Template Reference

#include <tupled.hpp>

Public Types

typedef boost::tuple< typename
Policy1::return_type, typename
Policy2::return_type > 
return_type
 

Static Public Member Functions

template<typename Segment1 , typename Segment2 , typename SegmentIntersectionInfo >
static return_type segments_crosses (side_info const &sides, SegmentIntersectionInfo const &sinfo, Segment1 const &s1, Segment2 const &s2)
 
template<typename Segment1 , typename Segment2 , typename Ratio >
static return_type segments_collinear (Segment1 const &segment1, Segment2 const &segment2, Ratio const &ra1, Ratio const &ra2, Ratio const &rb1, Ratio const &rb2)
 
template<typename Segment >
static return_type degenerate (Segment const &segment, bool a_degenerate)
 
template<typename Segment , typename Ratio >
static return_type one_degenerate (Segment const &segment, Ratio const &ratio, bool a_degenerate)
 
static return_type disjoint ()
 
static return_type error (std::string const &msg)
 

Member Typedef Documentation

template<typename Policy1 , typename Policy2 >
typedef boost::tuple< typename Policy1::return_type, typename Policy2::return_type > boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::return_type

Member Function Documentation

template<typename Policy1 , typename Policy2 >
template<typename Segment >
static return_type boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::degenerate ( Segment const &  segment,
bool  a_degenerate 
)
inlinestatic
template<typename Policy1 , typename Policy2 >
static return_type boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::disjoint ( )
inlinestatic
template<typename Policy1 , typename Policy2 >
static return_type boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::error ( std::string const &  msg)
inlinestatic
template<typename Policy1 , typename Policy2 >
template<typename Segment , typename Ratio >
static return_type boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::one_degenerate ( Segment const &  segment,
Ratio const &  ratio,
bool  a_degenerate 
)
inlinestatic
template<typename Policy1 , typename Policy2 >
template<typename Segment1 , typename Segment2 , typename Ratio >
static return_type boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::segments_collinear ( Segment1 const &  segment1,
Segment2 const &  segment2,
Ratio const &  ra1,
Ratio const &  ra2,
Ratio const &  rb1,
Ratio const &  rb2 
)
inlinestatic
template<typename Policy1 , typename Policy2 >
template<typename Segment1 , typename Segment2 , typename SegmentIntersectionInfo >
static return_type boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::segments_crosses ( side_info const &  sides,
SegmentIntersectionInfo const &  sinfo,
Segment1 const &  s1,
Segment2 const &  s2 
)
inlinestatic

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