|
template<bool Reverse, typename Geometry , typename SegmentIdentifier , typename PointOut > |
bool | boost::geometry::copy_segment_point (Geometry const &geometry, SegmentIdentifier const &seg_id, int offset, PointOut &point_out) |
| Helper function, copies a point from a segment. More...
|
|
template<bool Reverse1, bool Reverse2, typename Geometry1 , typename Geometry2 , typename SegmentIdentifier , typename PointOut > |
bool | boost::geometry::copy_segment_point (Geometry1 const &geometry1, Geometry2 const &geometry2, SegmentIdentifier const &seg_id, int offset, PointOut &point_out) |
| Helper function, to avoid the same construct several times, copies a point, based on a source-index and two geometries. More...
|
|
template<bool Reverse1, bool Reverse2, typename Geometry1 , typename Geometry2 , typename SegmentIdentifier , typename PointOut > |
bool | boost::geometry::copy_segment_points (Geometry1 const &geometry1, Geometry2 const &geometry2, SegmentIdentifier const &seg_id, PointOut &point1, PointOut &point2) |
| Helper function, to avoid the same construct several times, copies a point, based on a source-index and two geometries. More...
|
|
template<bool Reverse1, bool Reverse2, typename Geometry1 , typename Geometry2 , typename SegmentIdentifier , typename PointOut > |
bool | boost::geometry::copy_segment_points (Geometry1 const &geometry1, Geometry2 const &geometry2, SegmentIdentifier const &seg_id, PointOut &point1, PointOut &point2, PointOut &point3) |
| Helper function, copies three points: two from the specified segment (from, to) and the next one. More...
|
|