Spatial hashing function. Teschner et al., "Optimized Spatial Hashing for Collision Detection of Deformable Objects", VMV2003.
More...
#include <vector3i_hash.hpp>
|
size_t | operator() (const Eigen::Vector3i &x) const |
|
|
static size_t | hash (const Eigen::Vector3i &x) |
|
static bool | equal (const Eigen::Vector3i &x1, const Eigen::Vector3i &x2) |
|
Spatial hashing function. Teschner et al., "Optimized Spatial Hashing for Collision Detection of Deformable Objects", VMV2003.
◆ equal()
static bool small_gicp::XORVector3iHash::equal |
( |
const Eigen::Vector3i & |
x1, |
|
|
const Eigen::Vector3i & |
x2 |
|
) |
| |
|
inlinestatic |
◆ hash()
static size_t small_gicp::XORVector3iHash::hash |
( |
const Eigen::Vector3i & |
x | ) |
|
|
inlinestatic |
◆ operator()()
size_t small_gicp::XORVector3iHash::operator() |
( |
const Eigen::Vector3i & |
x | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: