ImFusion SDK 4.3
EigenHasher< T > Struct Template Reference

#include <ImFusion/Core/Hashing.h>

STL-compatible hasher for dense Eigen types (matrices, vectors, arrays). More...

Detailed Description

template<typename T>
struct ImFusion::Hashing::EigenHasher< T >

STL-compatible hasher for dense Eigen types (matrices, vectors, arrays).

Internally computes murmur64() on the storage buffer yielding excellent distribution characteristics. Usage example:

Public Member Functions

std::size_t operator() (const T &mat) const
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close