|
|
|
template<class Box, class RandomAccessIterator, class OutputIterator, class AxisAlignedGeometry> |
| OutputIterator inplaceds::window_query_dynamic_kdtree |
( |
RandomAccessIterator |
first, |
|
|
RandomAccessIterator |
last, |
|
|
AxisAlignedGeometry |
geom, |
|
|
Box |
Q, |
|
|
OutputIterator |
result |
|
) |
|
|
|
|
Queries a kd-tree with a box query.
- Precondition:
- Range [
first, last) must be a valid kd-tree.
- Postcondition:
- Range [
first, last) is a valid kd-tree.
- Requirements on types:
-
- Complexity:
, where is the number of points in the box
Definition at line 143 of file dynamic_kd_tree.hpp. |
|