Rosetta Utilities  2015.09
Classes | Namespaces
SixDHasher.hh File Reference

Declaration for classes in 6D hasher. More...

#include <numeric/geometry/hashing/SixDHasher.fwd.hh>
#include <numeric/xyzVector.hh>
#include <numeric/geometry/BoundingBox.hh>
#include <utility/pointer/ReferenceCount.hh>
#include <boost/unordered_map.hpp>
#include <cmath>
#include <vector>
#include <utility/fixedsizearray1.hh>

Classes

struct  numeric::geometry::hashing::bin_index_hasher
 Small hashing struct with no private data; simply an algorithm to turn a 64-bit representation of a 6d voxel into an integer. More...
 
class  numeric::geometry::hashing::SixDOffsetTree
 Returns a list of offsets corresponding to the bins in a hypershell with radius x. More...
 
class  numeric::geometry::hashing::SixDCoordinateBinner
 Bin the six degrees of freedom that describe the downstream geometry of a hit. These degrees of freedom are, in order, the x, y and z coordinates of orientation atom3, and the phi, psi, and theta euler angles that describe the orientation of the coordinate frame at orientation atom 3. The binner is responsible for maintaining the lower corner of the 6-d space – the first two Euler angles wrap at 360; the third Euler angle, theta, does not wrap in the same way. See the comments for the bin6 method. More...
 

Namespaces

 numeric
 Unit headers.
 
 numeric::geometry
 
 numeric::geometry::hashing
 

Detailed Description

Declaration for classes in 6D hasher.

Author
Alex Zanghellini (zangh.nosp@m.ell@.nosp@m.u.was.nosp@m.hing.nosp@m.ton.e.nosp@m.du)
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om), porting to mini
Ken Jung (kenju.nosp@m.ng@u.nosp@m.w.edu), adding radial lookup