#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) |
| typedef boost::tuple< typename Policy1::return_type, typename Policy2::return_type > boost::geometry::policies::relate::segments_tupled< Policy1, Policy2 >::return_type |
|
inlinestatic |
References boost::fusion::make_tuple().
|
inlinestatic |
References boost::geometry::index::disjoint(), and boost::fusion::make_tuple().
|
inlinestatic |
References boost::sinks::event_log::error, and boost::fusion::make_tuple().
|
inlinestatic |
References boost::fusion::make_tuple().
|
inlinestatic |
References boost::fusion::make_tuple().
|
inlinestatic |
References boost::fusion::make_tuple().