Adam Wulkiewicz
b6e7b766a3
geometry.index docs: small changes in the section describing queries.
...
[SVN r83965]
2013-04-19 13:20:40 +00:00
Adam Wulkiewicz
29296f2571
geometry.index docs: added missing newlines at the end of some example src files.
...
[SVN r83947]
2013-04-18 00:27:09 +00:00
Adam Wulkiewicz
dda8d2ac57
geometry.index: docs - updated rtree times and linear picture, test - cosmetic change in experimental query iterator test, example - added experimental query iterator to the benchmark
...
[SVN r83944]
2013-04-18 00:04:29 +00:00
Adam Wulkiewicz
457e838a61
geometry docs: definition of __box__ changed from Rectangle to Box, __rectangle__ added.
...
[SVN r83939]
2013-04-17 16:51:53 +00:00
Barend Gehrels
54b351d0db
[geometry] Ticket 8393 polygon model doesn't adhere to stated Polygon concept rules, doc updated. Also updated release notes
...
[SVN r83792]
2013-04-07 15:38:45 +00:00
Adam Wulkiewicz
45a0069cc0
geometry docs: fixed portablility issue in script generating docs
...
[SVN r83759]
2013-04-03 21:20:17 +00:00
Adam Wulkiewicz
46a1796a2d
geometry docs: Added observers namespace info in reference matrix.
...
[SVN r83753]
2013-04-03 19:07:47 +00:00
Adam Wulkiewicz
f1d4f67b7c
geometry docs: Added spatial indexes to reference matrix + other minor documentation tweaks.
...
[SVN r83752]
2013-04-03 19:05:33 +00:00
Adam Wulkiewicz
c903f66ab0
geometry.index docs: Fixed errors in text.
...
[SVN r83743]
2013-04-03 14:38:07 +00:00
Adam Wulkiewicz
da0efb9a06
geometry.index docs: added missing images
...
[SVN r83741]
2013-04-03 13:35:42 +00:00
Adam Wulkiewicz
f7ae213be4
geometry docs: rapidxml added to doxygen_xml2qbk, index/../doxygen_xml2qbk removed, removed index's generated qbks.
...
[SVN r83740]
2013-04-03 13:22:16 +00:00
Barend Gehrels
8e13b642be
[geometry] [doxygen_xml2qbk] copyright update
...
[SVN r83737]
2013-04-03 12:50:18 +00:00
Barend Gehrels
df4d924f25
[geometry] doxygen_xml2qbk added version to generated output, removed obsoelte qbk.skip mechaniscm, and small tweaks
...
[SVN r83736]
2013-04-03 12:48:46 +00:00
Barend Gehrels
9748ebb777
[geometry] fixes duplicate == for enumerations (caused by Doxygen 1.8); fixed warning; added version information
...
[SVN r83735]
2013-04-03 11:30:15 +00:00
Adam Wulkiewicz
0a71b03e4f
doxygen_xml2qbk: added indexterms in alternative output (in the current form there may be problems with templates specializations)
...
[SVN r83734]
2013-04-03 01:46:29 +00:00
Adam Wulkiewicz
51155bc489
doxygen_xml2qbk: fixed errors made for default output in the early version of new tool.
...
[SVN r83733]
2013-04-03 01:04:05 +00:00
Adam Wulkiewicz
5fd436b762
doxygen_xml2qbk: functions without brief description removed from alternative output - consistent with other members. Fixed synopsis for functions without named parameters. Index's Doxyfile modified. Documentation updated.
...
[SVN r83732]
2013-04-03 00:26:43 +00:00
Adam Wulkiewicz
19452a4347
Boost.Geometry: integrated documentation of Index and moddified doxygen_xml2qbk.
...
[SVN r83730]
2013-04-02 22:56:10 +00:00
Barend Gehrels
b74d00c373
[geometry] fix nested square brackets for 0..n-1
...
[SVN r83724]
2013-04-02 21:21:55 +00:00
Barend Gehrels
2031d83a83
[geometry] doc update, changed endpoints, corresponds to previous commit changing generation of get/set with index. Generation should now be OK with Doxygen 1.6.3 and 1.8.3 (tested) and hopefully all versions in between
...
[SVN r83723]
2013-04-02 21:04:08 +00:00
Barend Gehrels
4f41383189
[geometry] doc update, udpated Doxyfile for newest version, removed qbk_skip, SHOW_DIRECTORIES, HTML_ALIGN_MEMBERS. Also made a comment for qbk_skip in the src
...
[SVN r83715]
2013-04-02 17:58:49 +00:00
Adam Wulkiewicz
954dc1dc6e
Geometry.Index docs copied to trunk
...
[SVN r83646]
2013-03-30 13:20:24 +00:00
Mateusz Loskot
ffbf792eb8
[geometry] Add RapidXML unpacking step
...
[SVN r83485]
2013-03-18 11:09:35 +00:00
Barend Gehrels
5fdac19471
[geometry] added last fixed tickets (7462 and 8254) to release notes
...
[SVN r83484]
2013-03-17 21:41:54 +00:00
Adam Wulkiewicz
453af42c4b
Added indexable<> and equal_to<> specialized for std::tuple<> if the compiler supports c++11 tuples and variadic templates.
...
[SVN r83438]
2013-03-15 17:17:54 +00:00
Adam Wulkiewicz
2db7f67b56
rtree: cosmetic changes
...
allocator passed to ctors by const ref instead of a value,
some parameters names changed,
docs updated.
[SVN r83315]
2013-03-05 18:26:56 +00:00
Adam Wulkiewicz
5e2db81daf
rtree: indexable_getter and value_equal description added.
...
[SVN r83280]
2013-03-03 13:55:24 +00:00
Adam Wulkiewicz
d04778f99e
rtree parameter Translator replaced by two IndexableGetter and EqualTo
...
[SVN r83238]
2013-03-02 02:20:40 +00:00
Adam Wulkiewicz
0bc541d1e9
rtree query default spatial predicate removed. Explicit call of intersects() is expected.
...
Predicates and DistancePredicates are stored by value in visitors.
Each predicate is stored by value in expression tuple.
Examples and docs updated.
[SVN r83232]
2013-03-01 18:14:46 +00:00
Adam Wulkiewicz
0afdadc5c4
value() predicate renamed to satisfies()
...
[SVN r83224]
2013-03-01 02:59:39 +00:00
Adam Wulkiewicz
e621608667
index::runtime::XXX parameters moved and renamed to index::dynamic_XXX
...
[SVN r83188]
2013-02-27 13:30:14 +00:00
Adam Wulkiewicz
2fc5f4464d
Fixed comment in the example
...
[SVN r83136]
2013-02-24 16:45:59 +00:00
Adam Wulkiewicz
12bb15d27e
Added translator examples.
...
rtree: parameters passed in the constructor by const& instead of a copy.
[SVN r83135]
2013-02-24 16:42:39 +00:00
Adam Wulkiewicz
67edc979a1
Added example: index of iterators of a map storing variant geometries,
...
Interprocess example name changed.
[SVN r83112]
2013-02-24 03:29:11 +00:00
Adam Wulkiewicz
e1a4660d47
Added examples of indexing polygons.
...
Fixed c++11 compilation error caused by use of deleted Allocators copy ctor in rstar insert visitor.
[SVN r83110]
2013-02-23 23:47:19 +00:00
Adam Wulkiewicz
e7211f7b09
rtree docs updated:
...
introduction fixed,
translator::def<> changed to translator<>.
[SVN r83094]
2013-02-23 04:30:29 +00:00
Adam Wulkiewicz
f7849be05d
doxygen_xml2qbk: fixed alt. class output for class specialization.
...
quickbook_output_indexterm() call removed from alt. class output.
docs updated
[SVN r83082]
2013-02-22 13:53:19 +00:00
Adam Wulkiewicz
d418dac57f
rtree predefined translator renamed to index::translator<>
...
index::translator::def<> renamed to index::translator<>
index::translator::index<> removed
translator helpers removed or moved to index::default::translator namespace
some unneeded includes removed
docs updated
[SVN r83077]
2013-02-22 03:23:41 +00:00
Adam Wulkiewicz
fd98aaab40
rtree: allocator_traits used in ctor and operator= (e.g. propagate_XXX or select_XXX),
...
index::swap() added,
query_range operator| generator moved to index::detail,
docs updated.
[SVN r83019]
2013-02-19 19:36:43 +00:00
Adam Wulkiewicz
b122d309b7
rtree: some params definition corrected,
...
docs updated,
reference definition moved to the separate file.
[SVN r82949]
2013-02-17 14:57:29 +00:00
Adam Wulkiewicz
ba8d3a2e34
Rtree introduction improved
...
[SVN r82896]
2013-02-15 02:56:24 +00:00
Adam Wulkiewicz
322c1ad760
Updated docs - key features of the R-tree implementation
...
[SVN r82895]
2013-02-14 22:37:12 +00:00
Adam Wulkiewicz
b2cf485512
Added Examples to the rtree docs.
...
[SVN r82873]
2013-02-14 14:33:47 +00:00
Adam Wulkiewicz
7914525ac3
Added rtree interprocess example, fixed compilation error in glut vis
...
[SVN r82865]
2013-02-14 03:11:55 +00:00
Adam Wulkiewicz
8c6081100a
Removed
...
spatial_query(), nearest_query(),
related adaptors,
distance predicates generators bounded(), min_bounded() etc.,
detail static_vector renamed to varray.
Docs and tests updated.
[SVN r82824]
2013-02-11 19:11:41 +00:00
Adam Wulkiewicz
a90b56de26
boost::container::vector used in dynamic nodes. detail::static_vector renamed to detail::varray. Added Alloc parameter to varray. rtree::envelope() renamed to rtree::bounds(). Tests moddified. Docs tweaked.
...
[SVN r82766]
2013-02-06 20:56:29 +00:00
Adam Wulkiewicz
ce4d807159
Docs updated - new querying method used.
...
Queries description rearranged/modified.
[SVN r82618]
2013-01-26 01:27:59 +00:00
Adam Wulkiewicz
3f712b94f8
nearest() predicate and related classes moved from distance_predicates.hpp to predicates.hpp
...
query() methods and functions documented.
nearest() predicate documented.
Changes in various methods/functions description.
Deleted unneeded query_expr.
[SVN r82617]
2013-01-26 00:36:29 +00:00
Adam Wulkiewicz
455b2d9f45
Change in predicates.
...
empty() removed.
value() parameter renamed to Fun const& fun.
operator! moved to index::detail namespace.
Reference updated.
[SVN r82595]
2013-01-24 13:51:01 +00:00
Adam Wulkiewicz
72282dbed4
Quick start example fixed.
...
Docs updated.
[SVN r82547]
2013-01-19 02:33:46 +00:00