Skip to main content

Module indexable

Module indexable 

Source
Expand description

The Indexable trait — what can be stored in an Rtree.

Mirrors boost/geometry/index/indexable.hpp: an indexable value is anything from which the index can read an axis-aligned bounding box. Boost’s indexable function object maps points, boxes, and segments to their bounds; the port makes that a trait with impls for the same kinds.

Traits§

Indexable
A value the Rtree can index — one that exposes an axis-aligned bounding box.