|
Rosetta 3.5
|
#include <HBEvalTuple.hh>

Public Member Functions | |
| HBEvalTuple () | |
| HBEvalTuple (int const datm, core::conformation::Residue const &don_rsd, int const aatm, core::conformation::Residue const &acc_rsd) | |
| HBEvalTuple (HBDonChemType don, HBAccChemType acc, HBSeqSep sequence_sep) | |
| HBEvalTuple (HBEvalTuple const &src) | |
| HBEvalTuple const & | operator= (HBEvalTuple const &rhs) |
| ~HBEvalTuple () | |
| void | don_type (HBDonChemType don) |
| void | acc_type (HBAccChemType acc) |
| void | sequence_sep (HBSeqSep seqsep) |
| HBDonChemType | don_type () const |
| HBAccChemType | acc_type () const |
| HBSeqSep | sequence_sep () const |
| HBEvalType | eval_type () const |
Private Member Functions | |
| void | update_hbevaltype () |
Private Attributes | |
| HBDonChemType | don_type_ |
| HBAccChemType | acc_type_ |
| HBSeqSep | seq_sep_ |
| HBEvalType | eval_type_ |
Friends | |
| bool | operator== (HBEvalTuple const &a, HBEvalTuple const &b) |
Definition at line 29 of file HBEvalTuple.hh.
|
inline |
Definition at line 38 of file HBEvalTuple.hh.
| core::scoring::hbonds::HBEvalTuple::HBEvalTuple | ( | int const | datm, |
| core::conformation::Residue const & | don_rsd, | ||
| int const | aatm, | ||
| core::conformation::Residue const & | acc_rsd | ||
| ) |
Definition at line 41 of file HBEvalTuple.cc.
References acc_type_, don_type_, eval_type_, core::scoring::hbonds::get_hb_acc_chem_type(), core::scoring::hbonds::get_hb_don_chem_type(), core::scoring::hbonds::get_seq_sep(), core::scoring::hbonds::HBEval_lookup, core::conformation::Residue::polymeric_oriented_sequence_distance(), and seq_sep_.
| core::scoring::hbonds::HBEvalTuple::HBEvalTuple | ( | HBDonChemType | don, |
| HBAccChemType | acc, | ||
| HBSeqSep | sequence_sep | ||
| ) |
Definition at line 29 of file HBEvalTuple.cc.
References update_hbevaltype().
|
inline |
Definition at line 58 of file HBEvalTuple.hh.
|
inline |
Definition at line 75 of file HBEvalTuple.hh.
| void core::scoring::hbonds::HBEvalTuple::acc_type | ( | HBAccChemType | acc) |
Definition at line 71 of file HBEvalTuple.cc.
References acc_type_, and update_hbevaltype().
Referenced by core::scoring::hbonds::hb_energy_deriv_u2(), and core::scoring::hbonds::hbond_compute_energy().
|
inline |
Definition at line 86 of file HBEvalTuple.hh.
References acc_type_.
| void core::scoring::hbonds::HBEvalTuple::don_type | ( | HBDonChemType | don) |
Definition at line 65 of file HBEvalTuple.cc.
References don_type_, and update_hbevaltype().
Referenced by core::scoring::hbonds::hbond_compute_energy().
|
inline |
Definition at line 85 of file HBEvalTuple.hh.
References don_type_.
|
inline |
Definition at line 88 of file HBEvalTuple.hh.
References eval_type_.
Referenced by core::scoring::hbonds::assign_abase_derivs(), core::scoring::geometric_solvation::ExactOccludedHbondSolEnergy::compute_grid_constant(), core::scoring::geometric_solvation::ExactOccludedHbondSolEnergy::compute_polar_group_sol_energy(), core::scoring::hbonds::HBondEnergy::drawn_out_heavyatom_hydrogenatom_energy(), core::scoring::hbonds::HBond::eval_type(), core::scoring::geometric_solvation::ContextIndependentGeometricSolEnergy::get_atom_atom_geometric_solvation_for_acceptor(), core::scoring::geometric_solvation::GeometricSolEnergy::get_atom_atom_geometric_solvation_for_acceptor(), core::scoring::geometric_solvation::ContextIndependentGeometricSolEnergy::get_atom_atom_geometric_solvation_for_donor(), core::scoring::geometric_solvation::GeometricSolEnergy::get_atom_atom_geometric_solvation_for_donor(), core::scoring::hbonds::get_environment_dependent_weight(), core::scoring::hbonds::hb_energy_deriv(), core::scoring::hbonds::hb_energy_deriv_u2(), core::scoring::hbonds::hbond_compute_energy(), core::scoring::hbonds::HBondEnergy::hbond_derivs_1way(), core::scoring::hbonds::identify_hbonds_1way(), core::scoring::hbonds::identify_hbonds_1way_membrane(), core::scoring::hbonds::HBond::show(), and core::scoring::geometric_solvation::WaterWeightGridSet::WaterWeightGridSet().
|
inline |
Definition at line 65 of file HBEvalTuple.hh.
References acc_type_, don_type_, eval_type_, and seq_sep_.
| void core::scoring::hbonds::HBEvalTuple::sequence_sep | ( | HBSeqSep | seqsep) |
Definition at line 77 of file HBEvalTuple.cc.
References seq_sep_, and update_hbevaltype().
|
inline |
Definition at line 87 of file HBEvalTuple.hh.
References seq_sep_.
|
private |
Definition at line 83 of file HBEvalTuple.cc.
References acc_type_, don_type_, eval_type_, core::scoring::hbonds::HBEval_lookup, and seq_sep_.
Referenced by acc_type(), don_type(), HBEvalTuple(), and sequence_sep().
|
friend |
Definition at line 55 of file HBEvalTuple.cc.
|
private |
Definition at line 33 of file HBEvalTuple.hh.
Referenced by acc_type(), HBEvalTuple(), operator=(), core::scoring::hbonds::operator==(), and update_hbevaltype().
|
private |
Definition at line 32 of file HBEvalTuple.hh.
Referenced by don_type(), HBEvalTuple(), operator=(), core::scoring::hbonds::operator==(), and update_hbevaltype().
|
private |
Definition at line 35 of file HBEvalTuple.hh.
Referenced by eval_type(), HBEvalTuple(), operator=(), core::scoring::hbonds::operator==(), and update_hbevaltype().
|
private |
Definition at line 34 of file HBEvalTuple.hh.
Referenced by HBEvalTuple(), operator=(), core::scoring::hbonds::operator==(), sequence_sep(), and update_hbevaltype().
1.8.4