Open3D (C++ API)
Data Structures
open3d::utility::hash_tuple Namespace Reference

Data Structures

struct  hash
 
struct  hash< std::tuple< TT... > >
 

Detailed Description

The namespace hash_tuple defines a general hash function for std::tuple See this post for details: http://stackoverflow.com/questions/7110301 The hash_combine code is from boost Reciprocal of the golden ratio helps spread entropy and handles duplicates. See Mike Seymour in magic-numbers-in-boosthash-combine: http://stackoverflow.com/questions/4948780