Rosetta Core  2014.16.56682
Classes | Namespaces | Typedefs
MMBondLengthLibrary.hh File Reference

Molecular mechanics bond length score class. More...

#include <core/chemical/MMAtomTypeSet.fwd.hh>
#include <utility/pointer/access_ptr.hh>
#include <utility/pointer/owning_ptr.hh>
#include <utility/pointer/ReferenceCount.hh>
#include <map>
#include <utility/keys/Key2Tuple.fwd.hh>

Classes

class  core::scoring::mm::MMBondLengthLibrary
 

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 
 core::scoring
 
 core::scoring::mm
 

Typedefs

typedef
utility::keys::Key2Tuple< int,
int
core::scoring::mm::mm_bondlength_atom_pair
 
typedef
utility::keys::Key2Tuple
< double, double
core::scoring::mm::mm_bondlength_param_set
 
typedef std::multimap
< mm_bondlength_atom_pair,
mm_bondlength_param_set > 
core::scoring::mm::mm_bondlength_library
 
typedef std::multimap
< mm_bondlength_atom_pair,
mm_bondlength_param_set >
::const_iterator 
core::scoring::mm::mm_bondlength_library_citer
 
typedef std::pair
< mm_bondlength_library_citer,
mm_bondlength_library_citer > 
core::scoring::mm::mm_bondlength_library_citer_pair
 

Detailed Description

Molecular mechanics bond length score class.

Author
Frank DiMaio (based on Colin Smith's MMBondAngle potential)