![]() |
Rosetta
2021.16
|
#include <RigidScore.hh>
Public Member Functions | |
JointScore () | |
JointScore (Scores const &scores, Reals const &weights) | |
void | add_score (RigidScoreCOP score, Real weight) |
~JointScore () override=default | |
std::string | type () const override |
void | show (std::ostream &out, int width=10) const override |
void | show (std::ostream &out, Xforms const &x1, Xforms const &x2, int width=10) const override |
core::Real | score (Xforms const &x1, Xforms const &x2) const override |
![]() | |
~RigidScore () override=default | |
Private Attributes | |
Scores | scores_ |
Reals | weights_ |
Additional Inherited Members | |
![]() | |
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 < core::Size > | Sizes |
typedef numeric::Xforms | Xforms |
typedef utility::vector1 < RigidScoreCOP > | Scores |
|
default |
|
overridedefault |
void protocols::sic_dock::JointScore::add_score | ( | RigidScoreCOP | score, |
Real | weight | ||
) |
|
overridevirtual |
|
overridevirtual |
Reimplemented from protocols::sic_dock::RigidScore.
|
overridevirtual |
Reimplemented from protocols::sic_dock::RigidScore.
|
inlineoverridevirtual |
Implements protocols::sic_dock::RigidScore.
|
private |
Referenced by add_score(), JointScore(), score(), and show().
|
private |
Referenced by add_score(), JointScore(), and score().