Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::segment_intersection_points< Point, SegmentRatio > Struct Template Reference

return-type for segment-intersection More...

#include <intersection_result.hpp>

Public Types

typedef Point point_type
 

Public Member Functions

 segment_intersection_points ()
 

Public Attributes

std::size_t count
 
Point intersections [2]
 
fraction_type< SegmentRatio > fractions [2]
 

Detailed Description

template<typename Point, typename SegmentRatio>
struct boost::geometry::segment_intersection_points< Point, SegmentRatio >

return-type for segment-intersection

Note
Set in intersection_points.hpp, from segment_intersection_info

Member Typedef Documentation

template<typename Point , typename SegmentRatio >
typedef Point boost::geometry::segment_intersection_points< Point, SegmentRatio >::point_type

Constructor & Destructor Documentation

template<typename Point , typename SegmentRatio >
boost::geometry::segment_intersection_points< Point, SegmentRatio >::segment_intersection_points ( )
inline

Member Data Documentation

template<typename Point , typename SegmentRatio >
std::size_t boost::geometry::segment_intersection_points< Point, SegmentRatio >::count
template<typename Point , typename SegmentRatio >
fraction_type<SegmentRatio> boost::geometry::segment_intersection_points< Point, SegmentRatio >::fractions[2]
template<typename Point , typename SegmentRatio >
Point boost::geometry::segment_intersection_points< Point, SegmentRatio >::intersections[2]

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