Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84815 - trunk/libs/geometry/doc/index
From: adam.wulkiewicz_at_[hidden]
Date: 2013-06-17 15:17:54


Author: awulkiew
Date: 2013-06-17 15:17:53 EDT (Mon, 17 Jun 2013)
New Revision: 84815
URL: http://svn.boost.org/trac/boost/changeset/84815

Log:
[geometry][index]docs: Modified commented out "TODO".

Text files modified:
   trunk/libs/geometry/doc/index/introduction.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/geometry/doc/index/introduction.qbk
==============================================================================
--- trunk/libs/geometry/doc/index/introduction.qbk Mon Jun 17 09:11:30 2013 (r84814)
+++ trunk/libs/geometry/doc/index/introduction.qbk 2013-06-17 15:17:53 EDT (Mon, 17 Jun 2013) (r84815)
@@ -92,10 +92,10 @@
 * persistent storage.
 [/
 * 'reversed' predicates - e.g. by use of operator~() - predicates applied to passed Geometry instead of Value
-* optimization of predicates check - if some number of predicates requires performing some boolean operation, e.g. intersects(bounds, g), do it once
 * other geometries as Values, e.g. NSpheres. Rings would probably require using move semantics instead of copying
 * bounding tree - rtree variation capable to use other Geometries as bounds, e.g. NSpheres, Rings/convex polygons/ (moving required), Capsules, Elipses, Variants etc.
 * moving instead of copying + optimizations for movable/nonthrowing/trivialy copied elements
+* passing more than one nearest/path predicate - "returned value is one of k1 nearest values to p1 and ... and one of kN nearest values to pN"
 /]
 
 [heading Dependencies]


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