...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Quadratic r-tree creation algorithm parameters - run-time version.
#include <boost/geometry/index/parameters.hpp>
class dynamic_quadratic
{
// ...
};
Function |
Description |
---|---|
The constructor. |
dynamic_quadratic
(
size_t
max_elements
,
size_t
min_elements
= default)
explicit
Type |
Name |
Description |
---|---|---|
|
|
Maximum number of elements in nodes. |
|
|
Minimum number of elements in nodes. Default: 0.3*Max. |