Type Alias spatial::tree::mbr::RStarTree

source ·
pub type RStarTree<P, const DIM: usize, LG, T> = MbrMap<RTreeNode<P, DIM, LG, T>, RStarInsert<P, DIM, LG, T>, RRemove<P, DIM, LG, T>>;
Expand description

R* Tree Type

Aliased Type§

struct RStarTree<P, const DIM: usize, LG, T> { /* private fields */ }