diff --git a/doc/html/geometry_index/r_tree/index.html b/doc/html/geometry_index/r_tree/index.html index c8452c806..445c32f79 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
- rtree()
+ rtree()
- rtree(Iterator,
- Iterator)
+ rtree(Iterator,
+ Iterator)
- rtree(Range const
- &)
+ rtree(Range const
+ &)
- ~rtree()
+ ~rtree()
- rtree(rtree const
- &)
+ rtree(rtree const
+ &)
- rtree(rtree const
+
rtree(rtree const
&, allocator_type
- const &)
+ const &)
- rtree(rtree &&)
+ rtree(rtree &&)
- operator=(const rtree
- &)
+ operator=(const rtree
+ &)
- operator=(rtree &&)
+ operator=(rtree &&)
- swap(rtree &)
+ swap(rtree &)
- insert(value_type const
- &)
+ insert(value_type const
+ &)
- insert(Iterator,
- Iterator)
+ insert(Iterator,
+ Iterator)
- insert(Range const
- &)
+ insert(Range const
+ &)
- remove(value_type const
- &)
+ remove(value_type const
+ &)
- remove(Iterator,
- Iterator)
+ remove(Iterator,
+ Iterator)
- remove(Range const
- &)
+ remove(Range const
+ &)
- spatial_query(Predicates
- const &,
- OutIter)
+ spatial_query(Predicates const
+ &, OutIter)
- nearest_query(DistancesPredicates
- const &,
- value_type &)
+ nearest_query(DistancesPredicates const
+ &, value_type
+ &)
- nearest_query(DistancesPredicates
+
nearest_query(DistancesPredicates const
+ &, Predicates
const &,
- Predicates const
- &, value_type
- &)
+ value_type &)
- nearest_query(DistancesPredicates
- const &,
- size_t,
- OutIter)
+ nearest_query(DistancesPredicates const
+ &, size_t, OutIter)
- nearest_query(DistancesPredicates
+
nearest_query(DistancesPredicates const
+ &, size_t, Predicates
const &,
- size_t,
- Predicates const
- &, OutIter)
+ OutIter)
- size()
+ size()
- empty()
+ empty()
- clear()
+ clear()
- box()
+ box()
- count(ValueOrIndexable const
- &)
+ count(ValueOrIndexable const
+ &)
- parameters()
+ parameters()
- translator()
+ translator()
- get_allocator()
+ get_allocator()
@@ -715,15 +710,15 @@ The R-tree spatial index.
The constructor.
1 if the value was removed, 0 otherwise. @@ -1821,12 +1816,12 @@ The R-tree spatial index.
@@ -1835,8 +1830,8 @@ The R-tree spatial index.
In contrast to the STL set/map erase() method it doesn't take iterators @@ -1845,8 +1840,8 @@ The R-tree spatial index. value for each one passed in the range, not all equal values.
The number of removed values. @@ -1918,12 +1913,12 @@ The R-tree spatial index.
@@ -1932,8 +1927,8 @@ The R-tree spatial index.
In contrast to the STL set/map erase() method it removes values equal @@ -1941,8 +1936,8 @@ The R-tree spatial index. value for each one passed in the range, not all equal values.
The number of removed values. @@ -1996,12 +1991,12 @@ The R-tree spatial index.
@@ -2010,8 +2005,8 @@ The R-tree spatial index.
Spatial predicates may be a Geometry (in this case default predicate @@ -2022,8 +2017,8 @@ The R-tree spatial index. Those predicates may be passed together in std::pair or boost::tuple.
The number of values found. @@ -2096,12 +2091,12 @@ The R-tree spatial index.
@@ -2110,8 +2105,8 @@ The R-tree spatial index.
The distances predicates may be a Point. This is default case where Value @@ -2127,8 +2122,8 @@ The R-tree spatial index. or bgi::to_furthest(dist_bound).
The number of values found. @@ -2201,12 +2196,12 @@ The R-tree spatial index.
@@ -2217,8 +2212,8 @@ The R-tree spatial index.
The distances predicates may be a Point. This is default case where Value @@ -2242,8 +2237,8 @@ The R-tree spatial index. Those predicates may be passed together in std::pair or boost::tuple.
The number of values found. @@ -2333,12 +2328,12 @@ The R-tree spatial index.
@@ -2349,8 +2344,8 @@ The R-tree spatial index.
The distances predicates. May be a Point. This is default case where @@ -2366,8 +2361,8 @@ The R-tree spatial index. or bgi::to_furthest(dist_bound).
The number of values found. @@ -2457,12 +2452,12 @@ The R-tree spatial index.
@@ -2476,8 +2471,8 @@ The R-tree spatial index.
The distances predicates may be a Point. This is default case where Value @@ -2501,8 +2496,8 @@ The R-tree spatial index. Those predicates may be passed together in std::pair or boost::tuple.
The number of values found. @@ -2609,11 +2604,11 @@ The R-tree spatial index.
@@ -2621,15 +2616,15 @@ The R-tree spatial index.
Returns the number of stored values.
The number of stored values. @@ -2637,11 +2632,11 @@ The R-tree spatial index.
@@ -2649,15 +2644,15 @@ The R-tree spatial index.
Query if the container is empty.
true if the container is empty. @@ -2665,11 +2660,11 @@ The R-tree spatial index.
@@ -2677,8 +2672,8 @@ The R-tree spatial index.
Removes all values stored in the container. @@ -2686,11 +2681,11 @@ The R-tree spatial index.
@@ -2698,16 +2693,16 @@ 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.
The box containing all values stored in the container or an invalid box @@ -2716,12 +2711,12 @@ The R-tree spatial index.
@@ -2730,8 +2725,8 @@ The R-tree spatial index.
For indexable_type it returns the number of values which indexables equals @@ -2739,8 +2734,8 @@ The R-tree spatial index. the parameter.
The number of values found. @@ -2794,11 +2789,11 @@ The R-tree spatial index.
@@ -2806,15 +2801,15 @@ The R-tree spatial index.
Returns parameters.
The parameters object. @@ -2822,11 +2817,11 @@ The R-tree spatial index.
@@ -2834,15 +2829,15 @@ The R-tree spatial index.
Returns the translator object.
The translator object. @@ -2850,11 +2845,11 @@ The R-tree spatial index.
@@ -2862,15 +2857,15 @@ The R-tree spatial index.
Returns allocator used by the rtree.
The allocator. diff --git a/doc/html/index.html b/doc/html/index.html index febcd44df..ea7fc22ca 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -57,7 +57,7 @@
Last revised: January 08, 2013 at 01:06:35 GMT |
+Last revised: January 08, 2013 at 03:33:47 GMT |