...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Function |
Description |
---|---|
Insert a value to the index. |
|
Insert a range of values to the index. |
|
Insert a value created using convertible object or a range of values to the index. |
|
Remove a value from the container. |
|
Remove a range of values from the container. |
|
Remove a value corresponding to an object convertible to it or a range of values from the container. |
|
Finds values meeting passed predicates e.g. nearest to some Point and/or intersecting some Box. |
|
Returns the query iterator pointing at the begin of the query range. |
|
Returns the query iterator pointing at the end of the query range. |
|
Returns the iterator pointing at the begin of the rtree values range. |
|
Returns the iterator pointing at the end of the rtree values range. |
|
Remove all values from the index. |
|
Get the number of values stored in the index. |
|
Query if there are no values stored in the index. |
|
Get the box containing all stored values or an invalid box if the index has no values. |
|
Exchanges the contents of the container with those of other. |