Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67509 - trunk/boost/geometry/algorithms
From: barend.gehrels_at_[hidden]
Date: 2010-12-30 17:03:06


Author: barendgehrels
Date: 2010-12-30 17:03:00 EST (Thu, 30 Dec 2010)
New Revision: 67509
URL: http://svn.boost.org/trac/boost/changeset/67509

Log:
Doc update (doxygen)
Text files modified:
   trunk/boost/geometry/algorithms/intersection.hpp | 11 ++++++-----
   1 files changed, 6 insertions(+), 5 deletions(-)

Modified: trunk/boost/geometry/algorithms/intersection.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/intersection.hpp (original)
+++ trunk/boost/geometry/algorithms/intersection.hpp 2010-12-30 17:03:00 EST (Thu, 30 Dec 2010)
@@ -32,7 +32,7 @@
 struct intersection_box_box
 {
     static inline bool apply(Box1 const& box1,
- Box2 const& box2, BoxOut& box_out,
+ Box2 const& box2, BoxOut& box_out,
             Strategy const& strategy)
     {
         typedef typename coordinate_type<BoxOut>::type ct;
@@ -131,12 +131,12 @@
>
 struct intersection
     <
- box_tag, box_tag, box_tag,
- Box1, Box2, BoxOut,
+ box_tag, box_tag, box_tag,
+ Box1, Box2, BoxOut,
         Strategy
> : public detail::intersection::intersection_box_box
             <
- Box1, Box2, BoxOut,
+ Box1, Box2, BoxOut,
                 Strategy,
                 0, geometry::dimension<Box1>::value
>
@@ -183,7 +183,8 @@
     the value_type (below referred to as 'GeometryOut') fulfills a \p_l_or_c concept.
 \param geometry1 \param_geometry
 \param geometry2 \param_geometry
-\param output_collection The collection being filled or extended by the algorithm
+\param geometry_out The output geometry, either a multi_point, multi_polygon,
+ multi_linestring, or a box (for intersection of two boxes)
 
 \qbk{example,intersection_linestring}
 \qbk{example,intersection_segment}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk