|
EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
|
A uniform spatial grid over a point cloud: fast build and high-level nearest-neighbor / closest-point queries, drop-in with PointCloudBVH. More...
#include <cstddef>#include <cstdint>#include <limits>#include <vector>#include "EBGeometry_Vec.hpp"#include "EBGeometry_PointCloudHashGridImplem.hpp"

Go to the source code of this file.
Classes | |
| class | EBGeometry::PointCloudHashGrid< T, Meta > |
| A uniform spatial grid specialized for point clouds, with a fast build and turnkey queries. More... | |
| struct | EBGeometry::PointCloudHashGrid< T, Meta >::Hit |
| One query result: the cloud index of a matched point and its squared distance. More... | |
Namespaces | |
| namespace | EBGeometry |
| Namespace containing all of EBGeometry's functionality. | |
A uniform spatial grid over a point cloud: fast build and high-level nearest-neighbor / closest-point queries, drop-in with PointCloudBVH.