|
Rosetta 3.5
|
#include <RigidScore.hh>


Public Member Functions | |
| JointScore () | |
| JointScore (Scores scores, Reals weights) | |
| void | add_score (RigidScoreCOP score, Real weight) |
| virtual | ~JointScore () |
| platform::Real | score (Stub const &x1, Stub const &x2) const |
Public Member Functions inherited from protocols::sic_dock::RigidScore | |
| virtual | ~RigidScore () |
Private Attributes | |
| Scores | scores_ |
| Reals | weights_ |
Additional Inherited Members | |
Protected Types inherited from protocols::sic_dock::RigidScore | |
| typedef platform::Real | Real |
| typedef platform::Size | Size |
| typedef core::pose::Pose | Pose |
| typedef core::kinematics::Stub | Stub |
| 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 utility::vector1< Stub > | Stubs |
| typedef utility::vector1 < RigidScoreCOP > | Scores |
Definition at line 131 of file RigidScore.hh.
|
inline |
Definition at line 133 of file RigidScore.hh.
Definition at line 235 of file RigidScore.cc.
|
inlinevirtual |
Definition at line 139 of file RigidScore.hh.
| void protocols::sic_dock::JointScore::add_score | ( | RigidScoreCOP | score, |
| Real | weight | ||
| ) |
Definition at line 246 of file RigidScore.cc.
|
virtual |
Implements protocols::sic_dock::RigidScore.
Definition at line 255 of file RigidScore.cc.
|
private |
Definition at line 142 of file RigidScore.hh.
Referenced by add_score(), JointScore(), and score().
|
private |
Definition at line 143 of file RigidScore.hh.
Referenced by add_score(), JointScore(), and score().
1.8.4