[][src]Module acap::kd

Structs

FlatIntoIter

An iterator that moves values out of a flat k-d tree.

FlatKdTree

A k-d tree stored as a flat array.

IntoIter

An iterator that moves values out of a k-d tree.

KdTree

A k-d tree.

Traits

KdMetric

Marker trait for Metric implementations that are compatible with k-d tree.

KdProximity

Marker trait for Proximity implementations that are compatible with k-d trees.