|
Rosetta 3.5
|
a class to store bond angle energy parameters around a single atom atom with four bonded neighbors More...
#include <BranchParam2.hh>


Public Member Functions | |
| BranchParam2 (core::Real m1_m2_Ktheta, core::Real m1_m2_theta0, core::Real m1_b1_Ktheta, core::Real m1_b1_theta0, core::Real m2_b1_Ktheta, core::Real m2_b1_theta0, core::Real m1_b2_Ktheta, core::Real m1_b2_theta0, core::Real m2_b2_Ktheta, core::Real m2_b2_theta0, core::Real b1_b2_Ktheta, core::Real b1_b2_theta0, core::Real tolerance=0) | |
| core::Real | m1_b2_Ktheta () const |
| get Ktheta for mainchain atom 1 - branching atom 2 angle More... | |
| core::Real | m1_b2_theta0 () const |
| get theta0 for mainchain atom 1 - branching atom 2 angle More... | |
| core::Real | m2_b2_Ktheta () const |
| get Ktheta for mainchain atom 2 - branching atom 2 angle More... | |
| core::Real | m2_b2_theta0 () const |
| get theta0 for mainchain atom 2 - branching atom 2 angle More... | |
| core::Real | b1_b2_Ktheta () const |
| get Ktheta for branching atom 1 - branching atom 2 angle More... | |
| core::Real | b1_b2_theta0 () const |
| get theta0 for branching atom 1 - branching atom 2 angle More... | |
Public Member Functions inherited from protocols::branch_angle::BranchParam1 | |
| BranchParam1 (core::Real m1_m2_Ktheta, core::Real m1_m2_theta0, core::Real m1_b1_Ktheta, core::Real m1_b1_theta0, core::Real m2_b1_Ktheta, core::Real m2_b1_theta0, core::Real tolerance=0) | |
| core::Real | m1_m2_Ktheta () const |
| get Ktheta for mainchain atom 1 - mainchain atom 1 angle More... | |
| core::Real | m1_m2_theta0 () const |
| get theta0 for mainchain atom 1 - mainchain atom 1 angle More... | |
| core::Real | m1_b1_Ktheta () const |
| get Ktheta for mainchain atom 1 - branching atom 1 angle More... | |
| core::Real | m1_b1_theta0 () const |
| get theta0 for mainchain atom 1 - branching atom 1 angle More... | |
| core::Real | m2_b1_Ktheta () const |
| get Ktheta for mainchain atom 2 - branching atom 1 angle More... | |
| core::Real | m2_b1_theta0 () const |
| get theta0 for mainchain atom 2 - branching atom 1 angle More... | |
Friends | |
| bool | operator< (BranchParam2 const &a, BranchParam2 const &b) |
| a is LOWER than b by a given tolerance More... | |
a class to store bond angle energy parameters around a single atom atom with four bonded neighbors
Definition at line 31 of file BranchParam2.hh.
|
inline |
Definition at line 35 of file BranchParam2.hh.
|
inline |
get Ktheta for branching atom 1 - branching atom 2 angle
Definition at line 97 of file BranchParam2.hh.
References b1_b2_Ktheta_.
Referenced by protocols::branch_angle::BranchAngleOptimizer::write_undefined_coef2().
|
inline |
get theta0 for branching atom 1 - branching atom 2 angle
Definition at line 104 of file BranchParam2.hh.
References b1_b2_theta0_.
Referenced by protocols::branch_angle::BranchAngleOptimizer::write_undefined_coef2().
|
inline |
get Ktheta for mainchain atom 1 - branching atom 2 angle
Definition at line 69 of file BranchParam2.hh.
References m1_b2_Ktheta_.
Referenced by protocols::branch_angle::BranchAngleOptimizer::write_undefined_coef2().
|
inline |
get theta0 for mainchain atom 1 - branching atom 2 angle
Definition at line 76 of file BranchParam2.hh.
References m1_b2_theta0_.
Referenced by protocols::branch_angle::BranchAngleOptimizer::write_undefined_coef2().
|
inline |
get Ktheta for mainchain atom 2 - branching atom 2 angle
Definition at line 83 of file BranchParam2.hh.
References m2_b2_Ktheta_.
Referenced by protocols::branch_angle::BranchAngleOptimizer::write_undefined_coef2().
|
inline |
get theta0 for mainchain atom 2 - branching atom 2 angle
Definition at line 90 of file BranchParam2.hh.
References m2_b2_theta0_.
Referenced by protocols::branch_angle::BranchAngleOptimizer::write_undefined_coef2().
|
friend |
a is LOWER than b by a given tolerance
Definition at line 113 of file BranchParam2.hh.
|
protected |
Definition at line 188 of file BranchParam2.hh.
Referenced by b1_b2_Ktheta().
|
protected |
Definition at line 189 of file BranchParam2.hh.
Referenced by b1_b2_theta0().
|
protected |
Definition at line 184 of file BranchParam2.hh.
Referenced by m1_b2_Ktheta().
|
protected |
Definition at line 185 of file BranchParam2.hh.
Referenced by m1_b2_theta0().
|
protected |
Definition at line 186 of file BranchParam2.hh.
Referenced by m2_b2_Ktheta().
|
protected |
Definition at line 187 of file BranchParam2.hh.
Referenced by m2_b2_theta0().
1.8.4