![]() |
Rosetta Protocols
2014.16.56682
|
#include <RigidScore.hh>
Public Member Functions | |
| JointScore () | |
| JointScore (Scores scores, Reals weights) | |
| void | add_score (RigidScoreCOP score, Real weight) |
| virtual | ~JointScore () |
| std::string | type () const |
| void | show (std::ostream &out, int width=10) const |
| void | show (std::ostream &out, Xforms const &x1, Xforms const &x2, int width=10) const |
| core::Real | score (Xforms const &x1, Xforms const &x2) const |
Public Member Functions inherited from protocols::sic_dock::RigidScore | |
| virtual | ~RigidScore () |
Private Attributes | |
| Scores | scores_ |
| Reals | weights_ |
| Real | minscore_hack_ |
| Real | maxscore_hack_ |
Additional Inherited Members | |
Protected Types inherited from protocols::sic_dock::RigidScore | |
| typedef core::Real | Real |
| typedef core::Size | Size |
| typedef core::pose::Pose | Pose |
| typedef numeric::xyzVector< Real > | Vec |
| typedef numeric::xyzMatrix< Real > | Mat |
| typedef utility::vector1< Vec > | Vecs |
| typedef utility::vector1< Real > | Reals |
| typedef utility::vector1< Size > | Sizes |
| typedef numeric::Xforms | Xforms |
| typedef utility::vector1 < RigidScoreCOP > | Scores |
| protocols::sic_dock::JointScore::JointScore | ( | ) |
References scores_, utility_exit_with_message, and weights_.
|
inlinevirtual |
| void protocols::sic_dock::JointScore::add_score | ( | RigidScoreCOP | score, |
| Real | weight | ||
| ) |
|
virtual |
Implements protocols::sic_dock::RigidScore.
|
virtual |
Reimplemented from protocols::sic_dock::RigidScore.
|
virtual |
Reimplemented from protocols::sic_dock::RigidScore.
|
inlinevirtual |
Implements protocols::sic_dock::RigidScore.
|
private |
|
private |
|
private |
Referenced by add_score(), JointScore(), score(), and show().
|
private |
Referenced by add_score(), JointScore(), and score().
1.8.7