|
Rosetta 3.5
|
#include <CartesianBondedEnergy.hh>


Public Types | |
| typedef utility::fixedsizearray1< Size, 2 > | Size2 |
| typedef utility::fixedsizearray1< Size, 3 > | Size3 |
| typedef utility::fixedsizearray1< Size, 4 > | Size4 |
| typedef std::pair< Size2, CartBondedParametersCOP > | length_parameter |
| typedef std::pair< Size3, CartBondedParametersCOP > | angle_parameter |
| typedef std::pair< Size4, CartBondedParametersCOP > | torsion_parameter |
Definition at line 73 of file CartesianBondedEnergy.hh.
| typedef std::pair< Size3, CartBondedParametersCOP > core::scoring::methods::ResidueCartBondedParameters::angle_parameter |
Definition at line 79 of file CartesianBondedEnergy.hh.
| typedef std::pair< Size2, CartBondedParametersCOP > core::scoring::methods::ResidueCartBondedParameters::length_parameter |
Definition at line 78 of file CartesianBondedEnergy.hh.
| typedef utility::fixedsizearray1< Size, 2 > core::scoring::methods::ResidueCartBondedParameters::Size2 |
Definition at line 75 of file CartesianBondedEnergy.hh.
| typedef utility::fixedsizearray1< Size, 3 > core::scoring::methods::ResidueCartBondedParameters::Size3 |
Definition at line 76 of file CartesianBondedEnergy.hh.
| typedef utility::fixedsizearray1< Size, 4 > core::scoring::methods::ResidueCartBondedParameters::Size4 |
Definition at line 77 of file CartesianBondedEnergy.hh.
| typedef std::pair< Size4, CartBondedParametersCOP > core::scoring::methods::ResidueCartBondedParameters::torsion_parameter |
Definition at line 80 of file CartesianBondedEnergy.hh.
| core::scoring::methods::ResidueCartBondedParameters::ResidueCartBondedParameters | ( | ) |
Definition at line 187 of file CartesianBondedEnergy.cc.
|
virtual |
Definition at line 195 of file CartesianBondedEnergy.cc.
| void core::scoring::methods::ResidueCartBondedParameters::add_angle_parameter | ( | Size3 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 202 of file CartesianBondedEnergy.cc.
References angle_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_bbdep_angle_parameter | ( | Size3 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 222 of file CartesianBondedEnergy.cc.
References bbdep_angle_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_bbdep_length_parameter | ( | Size2 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 217 of file CartesianBondedEnergy.cc.
References bbdep_length_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_improper_torsion_parameter | ( | Size4 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 212 of file CartesianBondedEnergy.cc.
References improper_torsion_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_length_parameter | ( | Size2 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 197 of file CartesianBondedEnergy.cc.
References length_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_lower_connect_angle_params | ( | Size3 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 227 of file CartesianBondedEnergy.cc.
References lower_connect_angle_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_torsion_parameter | ( | Size4 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 207 of file CartesianBondedEnergy.cc.
References torsion_params_.
| void core::scoring::methods::ResidueCartBondedParameters::add_upper_connect_angle_params | ( | Size3 | atom_inds, |
| CartBondedParametersCOP | params | ||
| ) |
Definition at line 232 of file CartesianBondedEnergy.cc.
References upper_connect_angle_params_.
|
inline |
Definition at line 111 of file CartesianBondedEnergy.hh.
References angle_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_singleres_angle_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_singleres_angle_energies().
| void core::scoring::methods::ResidueCartBondedParameters::bb_C_index | ( | Size | index) |
Definition at line 239 of file CartesianBondedEnergy.cc.
References bb_C_index_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions(), core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_derivs_two_from_rsd2(), core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_energies_two_from_rsd2(), core::scoring::methods::CartesianBondedEnergy::eval_interresidue_bond_energy(), and core::scoring::methods::CartesianBondedEnergy::eval_interresidue_bond_length_derivs().
|
inline |
Definition at line 152 of file CartesianBondedEnergy.hh.
References bb_C_index_.
| void core::scoring::methods::ResidueCartBondedParameters::bb_CA_index | ( | Size | index) |
Definition at line 238 of file CartesianBondedEnergy.cc.
References bb_CA_index_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions().
|
inline |
Definition at line 151 of file CartesianBondedEnergy.hh.
References bb_CA_index_.
| void core::scoring::methods::ResidueCartBondedParameters::bb_H_index | ( | Size | index) |
Definition at line 241 of file CartesianBondedEnergy.cc.
References bb_H_index_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions().
|
inline |
Definition at line 154 of file CartesianBondedEnergy.hh.
References bb_H_index_.
| void core::scoring::methods::ResidueCartBondedParameters::bb_N_index | ( | Size | index) |
Definition at line 237 of file CartesianBondedEnergy.cc.
References bb_N_index_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions(), core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_derivs_two_from_rsd1(), core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_energies_two_from_rsd1(), core::scoring::methods::CartesianBondedEnergy::eval_interresidue_bond_energy(), and core::scoring::methods::CartesianBondedEnergy::eval_interresidue_bond_length_derivs().
|
inline |
Definition at line 150 of file CartesianBondedEnergy.hh.
References bb_N_index_.
| void core::scoring::methods::ResidueCartBondedParameters::bb_O_index | ( | Size | index) |
Definition at line 240 of file CartesianBondedEnergy.cc.
References bb_O_index_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions().
|
inline |
Definition at line 153 of file CartesianBondedEnergy.hh.
References bb_O_index_.
|
inline |
just the list of angle parameters that are dependent on phi and psi; used for calculating dE/dphi and dE/dpsi
Definition at line 136 of file CartesianBondedEnergy.hh.
References bbdep_angle_params_.
|
inline |
just the list of length parameters that are dependent on phi and psi; used for calculating dE/dphi and dE/dpsi
Definition at line 130 of file CartesianBondedEnergy.hh.
References bbdep_length_params_.
| void core::scoring::methods::ResidueCartBondedParameters::ca_cprev_n_h_interres_torsion_params | ( | CartBondedParametersCOP | params) |
Definition at line 243 of file CartesianBondedEnergy.cc.
References ca_cprev_n_h_interres_torsion_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions().
|
inline |
Definition at line 157 of file CartesianBondedEnergy.hh.
References ca_cprev_n_h_interres_torsion_params_.
| void core::scoring::methods::ResidueCartBondedParameters::ca_nnext_c_o_interres_torsion_params | ( | CartBondedParametersCOP | params) |
Definition at line 250 of file CartesianBondedEnergy.cc.
References ca_nnext_c_o_interres_torsion_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_improper_torsion_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_improper_torsions().
|
inline |
Definition at line 162 of file CartesianBondedEnergy.hh.
References ca_nnext_c_o_interres_torsion_params_.
| void core::scoring::methods::ResidueCartBondedParameters::cprev_n_bond_length_params | ( | CartBondedParametersCOP | params) |
Definition at line 257 of file CartesianBondedEnergy.cc.
References cprev_n_bond_length_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_interresidue_bond_energy(), and core::scoring::methods::CartesianBondedEnergy::eval_interresidue_bond_length_derivs().
|
inline |
Definition at line 167 of file CartesianBondedEnergy.hh.
References cprev_n_bond_length_params_.
|
inline |
Exactly the same as proper torsion parameters, but parceled out into their own section so that debugging information can be given for these torsions in particular.
Definition at line 124 of file CartesianBondedEnergy.hh.
References improper_torsion_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_singleres_improper_torsion_energies(), and core::scoring::methods::CartesianBondedEnergy::eval_singleres_improper_torsions_derivatives().
|
inline |
Definition at line 106 of file CartesianBondedEnergy.hh.
References length_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_singleres_length_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_singleres_length_energies().
|
inline |
Definition at line 141 of file CartesianBondedEnergy.hh.
References lower_connect_angle_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_derivs_two_from_rsd2(), and core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_energies_two_from_rsd2().
|
inline |
Definition at line 116 of file CartesianBondedEnergy.hh.
References torsion_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_singleres_torsion_derivatives(), and core::scoring::methods::CartesianBondedEnergy::eval_singleres_torsion_energies().
|
inline |
Definition at line 146 of file CartesianBondedEnergy.hh.
References upper_connect_angle_params_.
Referenced by core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_derivs_two_from_rsd1(), and core::scoring::methods::CartesianBondedEnergy::eval_interresidue_angle_energies_two_from_rsd1().
|
private |
Definition at line 173 of file CartesianBondedEnergy.hh.
Referenced by add_angle_parameter(), and angle_parameters().
|
private |
Definition at line 192 of file CartesianBondedEnergy.hh.
Referenced by bb_C_index().
|
private |
Definition at line 191 of file CartesianBondedEnergy.hh.
Referenced by bb_CA_index().
|
private |
Definition at line 194 of file CartesianBondedEnergy.hh.
Referenced by bb_H_index().
|
private |
Definition at line 190 of file CartesianBondedEnergy.hh.
Referenced by bb_N_index().
|
private |
Definition at line 193 of file CartesianBondedEnergy.hh.
Referenced by bb_O_index().
|
private |
Definition at line 177 of file CartesianBondedEnergy.hh.
Referenced by add_bbdep_angle_parameter(), and bbdep_angle_parameters().
|
private |
Definition at line 176 of file CartesianBondedEnergy.hh.
Referenced by add_bbdep_length_parameter(), and bbdep_length_parameters().
|
private |
Definition at line 196 of file CartesianBondedEnergy.hh.
Referenced by ca_cprev_n_h_interres_torsion_params().
|
private |
Definition at line 197 of file CartesianBondedEnergy.hh.
Referenced by ca_nnext_c_o_interres_torsion_params().
|
private |
Definition at line 198 of file CartesianBondedEnergy.hh.
Referenced by cprev_n_bond_length_params().
|
private |
Definition at line 175 of file CartesianBondedEnergy.hh.
Referenced by add_improper_torsion_parameter(), and improper_torsion_parameters().
|
private |
Definition at line 172 of file CartesianBondedEnergy.hh.
Referenced by add_length_parameter(), and length_parameters().
|
private |
For amino acids only: if they have a lower connection, then what are the angle parameters for Cprev-at1-at2 for all atoms at2 bonded to lower-connect-atom at1?
Definition at line 182 of file CartesianBondedEnergy.hh.
Referenced by add_lower_connect_angle_params(), and lower_connect_angle_params().
|
private |
Definition at line 174 of file CartesianBondedEnergy.hh.
Referenced by add_torsion_parameter(), and torsion_parameters().
|
private |
For amino acids only: if they have an upper connection, then what are the angle parameters for Nnext-at1-at2 for all atoms at2 bonded to upper-connect-atom at1?
Definition at line 187 of file CartesianBondedEnergy.hh.
Referenced by add_upper_connect_angle_params(), and upper_connect_angle_params().
1.8.4