Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
numeric::geometry::hashing::bin_index_hasher Struct Reference

Small hashing struct with no private data; simply an algorithm to turn a 64-bit representation of a 6d voxel into an integer. More...

#include <SixDHasher.hh>

Public Member Functions

boost::uint64_t operator() (boost::uint64_t bin_index) const
 functor used by boost (and sgi's stl) hash classes. More...
 

Detailed Description

Small hashing struct with no private data; simply an algorithm to turn a 64-bit representation of a 6d voxel into an integer.

Member Function Documentation

boost::uint64_t numeric::geometry::hashing::bin_index_hasher::operator() ( boost::uint64_t  bin_index) const
inline

functor used by boost (and sgi's stl) hash classes.

References test.Workshop4test::P.


The documentation for this struct was generated from the following file: