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

[SVN r84813]
This commit is contained in:
Adam Wulkiewicz 2013-06-17 11:46:53 +00:00
parent c3e989d882
commit 8f132f65cf

View File

@ -90,6 +90,13 @@ Below you can find features that will (or probably will) be added in the future
* 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]