Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84813 - trunk/libs/geometry/doc/index
From: adam.wulkiewicz_at_[hidden]
Date: 2013-06-17 07:46:53


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

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

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

Modified: trunk/libs/geometry/doc/index/introduction.qbk
==============================================================================
--- trunk/libs/geometry/doc/index/introduction.qbk Sun Jun 16 21:19:11 2013 (r84812)
+++ trunk/libs/geometry/doc/index/introduction.qbk 2013-06-17 07:46:53 EDT (Mon, 17 Jun 2013) (r84813)
@@ -90,6 +90,13 @@
 * iterative queries - query iterators / type-erased query iterators (implemented as experimental feature)
 * path/ray query predicate - search for Values along Segment or LineString, closest to the starting point (implemented as experimental feature),
 * 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
+/]
 
 [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