Rosetta
Namespaces | Typedefs
MinimalClashHash.fwd.hh File Reference

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

#include <utility/pointer/owning_ptr.hh>
#include <utility/pointer/access_ptr.hh>
#include <numeric/types.hh>

Namespaces

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

Typedefs

typedef utility::pointer::shared_ptr< MinimalClashHash > numeric::geometry::hashing::MinimalClashHashOP
 
typedef utility::pointer::shared_ptr< MinimalClashHash const > numeric::geometry::hashing::MinimalClashHashCOP
 
typedef utility::pointer::weak_ptr< MinimalClashHash const > numeric::geometry::hashing::MinimalClashHashCAP
 

Detailed Description

Minimal hashing class to find clashes as fast as possible.

Minimal hashing clash 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)