|
Rosetta
|
#include <LK_DomeEnergy.hh>
Public Member Functions | |
| DerivativeFinderWadj (Vector const &base, Vector const &water, Real w_dist, Real water_adjust) | |
| numeric::xyzMatrix< Real > | dWadj_dBase () |
| numeric::xyzMatrix< Real > | dWadj_dWater () |
Public Attributes | |
| Vector | B |
| Vector | W |
| Vector | B_to_W |
| Real | B_to_W_norm |
| Real | B_to_W_norm2 |
| Real | B_to_W_norm3 |
| Real | wadj |
| Real | w_dist_ |
| utility::vector1< Real > | x |
| core::scoring::lkball::DerivativeFinderWadj::DerivativeFinderWadj | ( | Vector const & | base, |
| Vector const & | water, | ||
| Real | w_dist, | ||
| Real | water_adjust | ||
| ) |
References B, B_to_W, B_to_W_norm, B_to_W_norm2, B_to_W_norm3, core::scoring::electron_density::square(), W, w_dist_, wadj, and x.
| numeric::xyzMatrix< Real > core::scoring::lkball::DerivativeFinderWadj::dWadj_dBase | ( | ) |
References core::conformation::membrane::out, and x.
Referenced by core::scoring::lkball::LK_DomeEnergy::sum_deriv_contributions_for_heavyatom_pair_one_way().
| numeric::xyzMatrix< Real > core::scoring::lkball::DerivativeFinderWadj::dWadj_dWater | ( | ) |
References core::conformation::membrane::out, and x.
Referenced by core::scoring::lkball::LK_DomeEnergy::sum_deriv_contributions_for_heavyatom_pair_one_way().
| Vector core::scoring::lkball::DerivativeFinderWadj::B |
Referenced by DerivativeFinderWadj().
| Vector core::scoring::lkball::DerivativeFinderWadj::B_to_W |
Referenced by DerivativeFinderWadj().
| Real core::scoring::lkball::DerivativeFinderWadj::B_to_W_norm |
Referenced by DerivativeFinderWadj().
| Real core::scoring::lkball::DerivativeFinderWadj::B_to_W_norm2 |
Referenced by DerivativeFinderWadj().
| Real core::scoring::lkball::DerivativeFinderWadj::B_to_W_norm3 |
Referenced by DerivativeFinderWadj().
| Vector core::scoring::lkball::DerivativeFinderWadj::W |
Referenced by DerivativeFinderWadj().
| Real core::scoring::lkball::DerivativeFinderWadj::w_dist_ |
Referenced by DerivativeFinderWadj().
| Real core::scoring::lkball::DerivativeFinderWadj::wadj |
Referenced by DerivativeFinderWadj().
| utility::vector1<Real> core::scoring::lkball::DerivativeFinderWadj::x |
Referenced by DerivativeFinderWadj(), dWadj_dBase(), and dWadj_dWater().