Commit Graph

8536 Commits

Author SHA1 Message Date
Bruno Lalande
5ec3230d0d Defaulted various template parameters in dispatch::intersection_insert.
[SVN r80965]
2012-10-11 22:54:47 +00:00
Bruno Lalande
53508d6838 Moved more template params to function level in dispatch::intersection_insert.
[SVN r80948]
2012-10-10 22:46:46 +00:00
Bruno Lalande
ee51d3310e Moved Strategy template parameter from class to function level in dispatch::intersection_insert.
[SVN r80944]
2012-10-10 21:35:39 +00:00
Bruno Lalande
4dcb6dc71e Integrated for_each into support_status.
[SVN r80942]
2012-10-10 20:22:41 +00:00
Bruno Lalande
4a741dd86c Used not_implemented for dispatch::for_each.
[SVN r80941]
2012-10-10 20:18:17 +00:00
Bruno Lalande
db23bb2e83 Made dispatch::for_each able to retrieve the tag by itself.
[SVN r80922]
2012-10-09 23:19:54 +00:00
Bruno Lalande
2dce3e0c56 Moved Functor template param from class to function level in dispatch::for_each.
[SVN r80919]
2012-10-09 23:03:18 +00:00
Bruno Lalande
35b39be71a Applied latest change to multi-for_each.
[SVN r80918]
2012-10-09 22:39:51 +00:00
Bruno Lalande
ce600855ba Removed IsConst stuff from dispatch::for_each - this is useless because constness is part of the type already.
[SVN r80917]
2012-10-09 22:22:17 +00:00
Bruno Lalande
3e3fad1028 Made dispatch::for_each able to find out the geometry constness by itself, and used boost::is_const instead of dedicated overloads.
[SVN r80915]
2012-10-09 22:07:30 +00:00
Adam Wulkiewicz
0ab8fb772b merged from index_dev.
clang warnings and error in nearest_k fixed.
added insert_traverse_data.
added additional tests.

[SVN r80841]
2012-10-04 09:37:39 +00:00
Adam Wulkiewicz
2eb4ed8cf7 moddified speed test
[SVN r80839]
2012-10-04 00:02:43 +00:00
Adam Wulkiewicz
a8356c2625 fixed some warnings and error, added nearest query test which don't find all values.
[SVN r80838]
2012-10-03 23:59:01 +00:00
Adam Wulkiewicz
fa88da6b99 added quick speed test
[SVN r80833]
2012-10-03 21:04:13 +00:00
Adam Wulkiewicz
460aac42a7 Data changing in traversing process moved to separate structure.
[SVN r80827]
2012-10-03 18:10:29 +00:00
Adam Wulkiewicz
8f50f69560 index dev branch created
[SVN r80798]
2012-09-30 23:29:41 +00:00
Adam Wulkiewicz
321143ef6f cosmetic changes
[SVN r80796]
2012-09-30 23:14:09 +00:00
Adam Wulkiewicz
6e5c17a53f some names changed.
[SVN r80794]
2012-09-30 20:28:11 +00:00
Adam Wulkiewicz
4232b39920 removed not automatically deducable template parameters from methods templates (possible GCC compilation error).
[SVN r80788]
2012-09-30 17:29:00 +00:00
Adam Wulkiewicz
80bfe0ae01 code related to nodes visitation moved to XXX_visitor.hpp
[SVN r80782]
2012-09-30 12:54:25 +00:00
Adam Wulkiewicz
136e2fc742 dynamic_visitor added and nodes tags changed.
[SVN r80779]
2012-09-30 12:12:34 +00:00
Adam Wulkiewicz
eb7ba34800 NodeProxy create() template member replaced by template function.
[SVN r80774]
2012-09-30 11:40:09 +00:00
Adam Wulkiewicz
75959b7426 NodeProxy used in visitors instead of Parameters, Translator and Allocators.
[SVN r80771]
2012-09-30 11:11:50 +00:00
Adam Wulkiewicz
b17a68cc09 implemented basic functionality of node_proxy
[SVN r80753]
2012-09-29 12:56:38 +00:00
Adam Wulkiewicz
d38a6ad5e6 renamed node types files
[SVN r80752]
2012-09-29 11:44:21 +00:00
Adam Wulkiewicz
3541621b70 added node/concept.hpp and moved some of empty definitions there.
[SVN r80751]
2012-09-29 11:37:57 +00:00
Adam Wulkiewicz
df4497d35a rtree node xxx_poly visitor and node types renamed to dynamic_xxx and moved to dynamic_visitor.hpp
[SVN r80750]
2012-09-28 23:27:12 +00:00
Adam Wulkiewicz
de6f314304 creation of geometry index dev branch
[SVN r80749]
2012-09-28 23:20:26 +00:00
Bruno Lalande
23a0a77f9a Fixed point_type unit test, broken by variant geometries.
[SVN r80701]
2012-09-25 15:02:11 +00:00
Bruno Lalande
4f5291ddc6 Added forgotten file geometries/variant.hpp
[SVN r80698]
2012-09-24 20:38:27 +00:00
Bruno Lalande
33efa07ed1 Moved Strategy template parameter from class level to function level in dispatch::convex_hull.
[SVN r80684]
2012-09-23 22:18:24 +00:00
Bruno Lalande
4b36a62514 Integrated centroid into support_status.
[SVN r80683]
2012-09-23 21:40:12 +00:00
Bruno Lalande
9c51c04471 Used not_implemented on dispatch::centroid.
[SVN r80682]
2012-09-23 21:34:38 +00:00
Bruno Lalande
2234750c4b Made dispatch::centroid able to retrieve the tag by itself.
[SVN r80681]
2012-09-23 21:30:58 +00:00
Bruno Lalande
6dd794a09d Removed now unused Point template parameter from dispatch::centroid.
[SVN r80680]
2012-09-23 21:20:25 +00:00
Bruno Lalande
fe2edf15f8 Moved Strategy template parameter from class level to function level in dispatch::centroid.
[SVN r80678]
2012-09-23 21:04:20 +00:00
Bruno Lalande
7756b6f167 Integrated buffer into support_status.
[SVN r80676]
2012-09-23 18:25:58 +00:00
Bruno Lalande
70ea8c83d1 Used not_implemented for dispatch::buffer.
[SVN r80675]
2012-09-23 18:18:28 +00:00
Bruno Lalande
76b499a8d5 Made dispatch::buffer able to retrieve the tags by itself.
[SVN r80673]
2012-09-23 18:14:44 +00:00
Bruno Lalande
48ba1751d5 Moved the T template param to function level in dispatch::buffer and renamed it.
[SVN r80671]
2012-09-23 17:14:31 +00:00
Bruno Lalande
615d270698 Integrated perimeter into support_status.
[SVN r80667]
2012-09-23 12:35:27 +00:00
Bruno Lalande
9a84ecdf0e Made dispatch::perimeter able to retrieve the tag by itself.
[SVN r80665]
2012-09-23 12:30:51 +00:00
Bruno Lalande
189d847b90 Moved Strategy template parameter from class level to function level in dispatch::perimeter.
[SVN r80663]
2012-09-23 11:28:14 +00:00
Bruno Lalande
25e8bf0572 Integrated length into support_status.
[SVN r80653]
2012-09-22 23:20:28 +00:00
Bruno Lalande
15cce77f1b Made dispatch::length able to retrieve the tag by itself.
[SVN r80652]
2012-09-22 23:15:06 +00:00
Bruno Lalande
2fca916308 Replicated last change in dispatch::length to multi-length and perimeter.
[SVN r80651]
2012-09-22 23:07:57 +00:00
Bruno Lalande
9a6a9f3aa6 Moved Strategy from class level to function level in length.
[SVN r80650]
2012-09-22 22:55:12 +00:00
Adam Wulkiewicz
d0ce652bb7 implemented additional query_expr helpers.
[SVN r80612]
2012-09-21 01:57:29 +00:00
Adam Wulkiewicz
85730539be Added query_expr.hpp
[SVN r80611]
2012-09-20 23:42:09 +00:00
Bruno Lalande
b3dcf83fa3 Added support for variant geometries in area algorithms.
[SVN r80610]
2012-09-20 21:48:47 +00:00