Rosetta
Classes | Namespaces | Typedefs
MMBondLengthLibrary.hh File Reference

Molecular mechanics bond length score class. More...

#include <core/chemical/MMAtomTypeSet.fwd.hh>
#include <core/types.hh>
#include <utility/vector1.hh>
#include <utility/VirtualBase.hh>
#include <map>
#include <utility/keys/Key2Tuple.fwd.hh>

Classes

class  core::scoring::mm::MMBondLengthLibrary
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::mm
 

Typedefs

typedef utility::keys::Key2Tuple< int, int > core::scoring::mm::mm_bondlength_atom_pair
 
typedef utility::keys::Key2Tuple< core::Real, core::Realcore::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)