diff --git a/doc/html/geometry_index/r_tree/index.html b/doc/html/geometry_index/r_tree/index.html index 445c32f79..99ccfb8be 100644 --- a/doc/html/geometry_index/r_tree/index.html +++ b/doc/html/geometry_index/r_tree/index.html @@ -31,7 +31,7 @@ boost::geometry::index::rtree
- The copy constructor. It uses Parameters and translator from - the source tree. + The copy constructor.
+
+
+ The constructor. +
+@@ -710,13 +719,6 @@ The R-tree spatial index.
- The constructor. -
-
+
+
+ The constructor. +
+@@ -818,13 +830,6 @@ The R-tree spatial index.
- The constructor. -
-
+
+
+ The constructor. +
+@@ -959,13 +974,6 @@ The R-tree spatial index.
- The constructor. -
-
+
+
+ { +
++ nothrow } +
+@@ -1078,14 +1103,10 @@ The R-tree spatial index.
~rtree()
-
- The destructor. -
+
+
+ The copy constructor. It uses parameters, translator and allocator from + the source tree. +
+@@ -1101,14 +1130,6 @@ The R-tree spatial index.
- The copy constructor. It uses parameters, translator and allocator from - the source tree. -
-
+
+
+ The copy constructor. It uses Parameters and translator from the source + tree. +
+@@ -1170,14 +1202,6 @@ The R-tree spatial index.
- The copy constructor. It uses Parameters and translator from the source - tree. -
-
+
+
+ The moving constructor. It uses parameters, translator and allocator + from the source tree. +
+@@ -1258,14 +1293,6 @@ The R-tree spatial index.
- The moving constructor. It uses parameters, translator and allocator - from the source tree. -
-
+
+
+ The assignment operator. It uses parameters and translator from the source + tree. +
+@@ -1326,14 +1364,6 @@ The R-tree spatial index.
- The assignment operator. It uses parameters and translator from the source - tree. -
-
+
+
+ The moving assignment. It uses parameters and translator from the source + tree. +
+@@ -1395,14 +1436,6 @@ The R-tree spatial index.
- The moving assignment. It uses parameters and translator from the source - tree. -
-
+
+
+ Swaps contents of two rtrees. Parameters, translator and allocators are + swapped as well. +
+@@ -1463,14 +1507,6 @@ The R-tree spatial index.
- Swaps contents of two rtrees. Parameters, translator and allocators are - swapped as well. -
-
+
+
+ Insert a value to the index. +
+@@ -1531,13 +1577,6 @@ The R-tree spatial index.
- Insert a value to the index. -
-
+
+
+ Insert a range of values to the index. +
+@@ -1599,13 +1648,6 @@ The R-tree spatial index.
- Insert a range of values to the index. -
-
+
+
+ Insert a range of values to the index. +
+@@ -1686,13 +1738,6 @@ The R-tree spatial index.
- Insert a range of values to the index. -
-
+
+
+ In contrast to the STL set/map erase() method this method removes only + one value from the container. +
+@@ -1754,14 +1810,6 @@ The R-tree spatial index.
- In contrast to the STL set/map erase() method this method removes only - one value from the container. -
-
+
+
-
-template<typename Iterator> -size_type remove(Iterator first, Iterator last)-
-
-@@ -1840,6 +1881,16 @@ The R-tree spatial index. value for each one passed in the range, not all equal values.
+
+template<typename Iterator> +size_type remove(Iterator first, Iterator last)+
+
+
+
+
+ In contrast to the STL set/map erase() method it removes values equal + to these passed as a range. Furthermore, this method removes only one + value for each one passed in the range, not all equal values. +
+@@ -1927,15 +1990,6 @@ The R-tree spatial index.
- In contrast to the STL set/map erase() method it removes values equal - to these passed as a range. Furthermore, this method removes only one - value for each one passed in the range, not all equal values. -
-
+
+
-
-template<typename Predicates, typename OutIter> -size_type spatial_query(Predicates const & pred, OutIter out_it)-
-
-@@ -2017,6 +2064,16 @@ The R-tree spatial index. Those predicates may be passed together in std::pair or boost::tuple.
+
+template<typename Predicates, typename OutIter> +size_type spatial_query(Predicates const & pred, OutIter out_it)+
+
+
+
+
-
-template<typename DistancesPredicates> -size_type nearest_query(DistancesPredicates const & dpred, value_type & v)-
-
-@@ -2122,6 +2172,16 @@ The R-tree spatial index. or bgi::to_furthest(dist_bound).
+
+template<typename DistancesPredicates> +size_type nearest_query(DistancesPredicates const & dpred, value_type & v)+
+
+
+
+
-
-template<typename DistancesPredicates, typename Predicates> -size_type nearest_query(DistancesPredicates const & dpred, - Predicates const & pred, - value_type & v)-
-
-@@ -2237,6 +2288,18 @@ The R-tree spatial index. Those predicates may be passed together in std::pair or boost::tuple.
+
+template<typename DistancesPredicates, typename Predicates> +size_type nearest_query(DistancesPredicates const & dpred, + Predicates const & pred, + value_type & v)+
+
+
+
+
-
-template<typename DistancesPredicates, typename OutIter> -size_type nearest_query(DistancesPredicates const & dpred, - size_t k, - OutIter out_it)-
-
-@@ -2361,6 +2415,18 @@ The R-tree spatial index. or bgi::to_furthest(dist_bound).
+
+template<typename DistancesPredicates, typename OutIter> +size_type nearest_query(DistancesPredicates const & dpred, + size_t k, + OutIter out_it)+
+
+
+
+
-
-template<typename DistancesPredicates, - typename Predicates, - typename OutIter> -size_type nearest_query(DistancesPredicates const & dpred, - size_t k, - Predicates const & pred, - OutIter out_it)-
-
-@@ -2496,6 +2550,21 @@ The R-tree spatial index. Those predicates may be passed together in std::pair or boost::tuple.
+
+template<typename DistancesPredicates, + typename Predicates, + typename OutIter> +size_type nearest_query(DistancesPredicates const & dpred, + size_t k, + Predicates const & pred, + OutIter out_it)+
+
+
+
+
+ Returns the number of stored values. +
+@@ -2616,13 +2695,6 @@ The R-tree spatial index.
- Returns the number of stored values. -
-
+
+
+ Query if the container is empty. +
+@@ -2644,13 +2726,6 @@ The R-tree spatial index.
- Query if the container is empty. -
-
+
+
+ { +
++ nothrow } +
+@@ -2671,20 +2763,24 @@ The R-tree spatial index.
void clear()
-
- Removes all values stored in the container. -
+
+
+ Returns the box containing all values stored in the container. If the + container is empty the result of geometry::assign_inverse() is returned. +
+@@ -2693,14 +2789,6 @@ The R-tree spatial index.
- Returns the box containing all values stored in the container. If the - container is empty the result of geometry::assign_inverse() is returned. -
-
+
+
+ For indexable_type it returns the number of values which indexables equals + the parameter. For value_type it returns the number of values which equals + the parameter. +
+@@ -2725,15 +2825,6 @@ The R-tree spatial index.
- For indexable_type it returns the number of values which indexables equals - the parameter. For value_type it returns the number of values which equals - the parameter. -
-
+
+
+ Returns parameters. +
+@@ -2801,13 +2902,6 @@ The R-tree spatial index.
- Returns parameters. -
-
+
+
+ Returns the translator object. +
+@@ -2829,13 +2933,6 @@ The R-tree spatial index.
- Returns the translator object. -
-
+
+
+ Returns allocator used by the rtree. +
+@@ -2857,13 +2964,6 @@ The R-tree spatial index.
- Returns allocator used by the rtree. -
-
+
+
Last revised: January 08, 2013 at 03:33:47 GMT |
+Last revised: January 08, 2013 at 05:02:12 GMT |