#include <ndt_sensor_model.hpp>
Public Member Functions | |
size_t | operator() (const Eigen::Vector< int, N > vector) const |
Hashes an integer N dimensional integer vector. More... | |
Hash function for N dimensional Eigen::Vectors of int. The code is from hash_combine
function of the Boost library. See http://www.boost.org/doc/libs/1_55_0/doc/html/hash/reference.html#boost.hash_combine .
Definition at line 46 of file ndt_sensor_model.hpp.
|
inline |
Hashes an integer N dimensional integer vector.
Definition at line 48 of file ndt_sensor_model.hpp.