![]() |
Rosetta
2021.16
|
#include <MMBondLengthLibrary.hh>

Public Member Functions | |
| ~MMBondLengthLibrary () override | |
| Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
| MMBondLengthLibrary (std::string filename, core::chemical::MMAtomTypeSetCOP mm_atom_set, utility::vector1< std::string > extra_mm_param_dirs=utility::vector1< std::string >()) | |
| ctor More... | |
| mm_bondlength_library_citer_pair | lookup (int atom1, int atom2) const |
| lookup by atom type ints More... | |
| mm_bondlength_library_citer_pair | lookup (std::string atom1, std::string atom2) const |
| lookup by atom type strings More... | |
| void | pretty_print () const |
| pretty print / debug More... | |
| void | pretty_print (int atom1, int atom2) const |
| void | pretty_print (std::string atom1, std::string atom2) const |
Private Attributes | |
| mm_bondlength_library | mm_bondlength_library_ |
| library containing all bond-length params More... | |
| core::chemical::MMAtomTypeSetCAP | mm_atom_set_ |
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
| core::scoring::mm::MMBondLengthLibrary::MMBondLengthLibrary | ( | std::string | filename, |
| core::chemical::MMAtomTypeSetCOP | mm_atom_set, | ||
| utility::vector1< std::string > | extra_mm_params_dirs = utility::vector1< std::string > () |
||
| ) |
ctor
Construct a MMBondLengthLibrary instant from a filename string and constant access pointer to an MMAtomTypeSet
References mm_atom_set_, mm_bondlength_library_, and core::scoring::mm::TR().
| mm_bondlength_library_citer_pair core::scoring::mm::MMBondLengthLibrary::lookup | ( | int | atom1, |
| int | atom2 | ||
| ) | const |
lookup by atom type ints
References mm_atom_set_, mm_bondlength_library_, and core::scoring::mm::TR().
Referenced by core::scoring::mm::MMBondLengthScore::dscore(), pretty_print(), and core::scoring::mm::MMBondLengthScore::score().
| mm_bondlength_library_citer_pair core::scoring::mm::MMBondLengthLibrary::lookup | ( | std::string | atom1, |
| std::string | atom2 | ||
| ) | const |
lookup by atom type strings
References mm_atom_set_.
| void core::scoring::mm::MMBondLengthLibrary::pretty_print | ( | ) | const |
pretty print / debug
References mm_bondlength_library_, and core::scoring::mm::TR().
| void core::scoring::mm::MMBondLengthLibrary::pretty_print | ( | int | atom1, |
| int | atom2 | ||
| ) | const |
References lookup(), and core::scoring::mm::TR().
| void core::scoring::mm::MMBondLengthLibrary::pretty_print | ( | std::string | atom1, |
| std::string | atom2 | ||
| ) | const |
References lookup(), and core::scoring::mm::TR().
|
private |
Referenced by lookup(), and MMBondLengthLibrary().
|
private |
library containing all bond-length params
Referenced by lookup(), MMBondLengthLibrary(), and pretty_print().
1.8.7