|
Rosetta
|
#include <basic/options/keys/holes.OptionKeys.gen.hh>Functions | |
| vector1< Real > | get_area (vector1< Ball > const &balls) |
| Real | get_area_tot (vector1< Ball > const &balls) |
| vector1< xyzVector< Real > > | get_deriv (vector1< Ball > const &balls) |
| void | test_deriv (Real d, Real &max_mag_diff, Real &max_frac_diff) |
| numeric::xyzVector< Real > | get_numeric_deriv (id::AtomID aid, pose::Pose &pose, PoseBalls &pb, HolesParams ¶ms, Real score0) |
| void | test_deriv_pose (pose::Pose &pose) |
| core::Real | balls_rms (PoseBalls &a, PoseBalls &b) |
| void | balls_pdb (PoseBalls &pb, std::string fname) |
| void | test_gradient () |
| void balls_pdb | ( | PoseBalls & | pb, |
| std::string | fname | ||
| ) |
| core::Real balls_rms | ( | PoseBalls & | a, |
| PoseBalls & | b | ||
| ) |
References a, compute_difference::b, create_a3b_hbs::i, and numeric::model_quality::rms_wrapper().
Referenced by test_gradient().
| vector1<Real> get_area | ( | vector1< Ball > const & | balls | ) |
References a, basic::options::OptionKeys::holes::dalphaball, create_a3b_hbs::i, subloop_histogram::iterator, and basic::options::option.
Referenced by get_area_tot().
| Real get_area_tot | ( | vector1< Ball > const & | balls | ) |
References get_area(), create_a3b_hbs::i, and sum().
Referenced by test_deriv().
| vector1<xyzVector<Real> > get_deriv | ( | vector1< Ball > const & | balls | ) |
References a, basic::options::OptionKeys::holes::dalphaball, 3d_histogram::dx, 3d_histogram::dy, 3d_histogram::dz, create_a3b_hbs::i, subloop_histogram::iterator, and basic::options::option.
Referenced by test_deriv().
| numeric::xyzVector<Real> get_numeric_deriv | ( | id::AtomID | aid, |
| pose::Pose & | pose, | ||
| PoseBalls & | pb, | ||
| HolesParams & | params, | ||
| Real | score0 | ||
| ) |
References get_holes_score(), ndx, basic::options::OptionKeys::dna::specificity::params, beta_nonlocal::pose, and score0.
Referenced by test_deriv_pose().
| void test_deriv_pose | ( | pose::Pose & | pose | ) |