Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
range_query.h File Reference
#include <concepts>
#include <cstdint>
#include <vector>
#include "clustering/math/thread.h"
#include "clustering/ndarray.h"
Include dependency graph for range_query.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  clustering
namespace  clustering::index

Concepts

concept  clustering::index::RangeIndex
 Contract for spatial indexes that can surface the radius-neighborhood adjacency over a borrowed point cloud in one call.