Rosetta
Namespaces
MinimalClashHash.cc File Reference

Minimal hashing class to find clashes as fast as possible. More...

#include <numeric/geometry/hashing/MinimalClashHash.hh>
#include <numeric/VoxelArray.hh>
#include <utility/pointer/memory.hh>
#include <numeric/geometry/hashing/xyzStripeHash.hh>

Namespaces

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

Detailed Description

Minimal hashing class to find clashes as fast as possible.

A rather limiting design choice of this class is to assume that all atoms have the same radius. xyzStripeHash is the accurate version of this class.

Author
Brian Coventry (bcov@.nosp@m.uw.e.nosp@m.du)