EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
Loading...
Searching...
No Matches
Classes | Namespaces
EBGeometry_PointCloudHashGrid.hpp File Reference

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"
Include dependency graph for EBGeometry_PointCloudHashGrid.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

A uniform spatial grid over a point cloud: fast build and high-level nearest-neighbor / closest-point queries, drop-in with PointCloudBVH.

Author
Robert Marskar