28 #include <utility/keys/Key3Tuple.hh>
29 #include <utility/pointer/access_ptr.hh>
30 #include <utility/pointer/owning_ptr.hh>
31 #include <utility/pointer/ReferenceCount.hh>
41 #include <utility/vector1.hh>
42 #include <utility/keys/Key2Tuple.hh>
53 mm_bondangle_library_( scoring::
ScoringManager::get_instance()->get_MMBondAngleLibrary() )
57 mm_bondangle_library_( mmtl )
79 mm_atomtype_set.key1(),
80 mm_atomtype_set.key2(),
81 mm_atomtype_set.key3() );
86 score += this->
score( (i->second).key1(), (i->second).key2(), angle );
124 Real dscore_dang = 0;
128 mm_atomtype_set.key1(),
129 mm_atomtype_set.key2(),
130 mm_atomtype_set.key3() );
134 dscore_dang +=
dscore( (i->second).key1(), (i->second).key2(), angle );