|
Rosetta 3.5
|
#include <RigidScore.hh>


Public Member Functions | |
| virtual | ~CBScore () |
| CBScore (Pose const &pose1, Pose const &pose2, Real clash_dis, Real contact_dis) | |
| platform::Real | score (Stub const &x1, Stub const &x2) const |
Public Member Functions inherited from protocols::sic_dock::RigidScore | |
| virtual | ~RigidScore () |
Public Attributes | |
| bool const | hash_pose1_ |
| platform::Real const | clash_dis_ |
| platform::Real const | contact_dis_ |
| Reals const | weights_ |
| Vecs const | points_ |
| xyzStripeHashPoseWithMeta const | xyzhash_ |
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 59 of file RigidScore.hh.
|
inlinevirtual |
Definition at line 62 of file RigidScore.hh.
| protocols::sic_dock::CBScore::CBScore | ( | Pose const & | pose1, |
| Pose const & | pose2, | ||
| Real | clash_dis, | ||
| Real | contact_dis | ||
| ) |
Definition at line 70 of file RigidScore.cc.
|
virtual |
Implements protocols::sic_dock::RigidScore.
Definition at line 116 of file RigidScore.cc.
References clash_dis_, contact_dis_, hash_pose1_, protocols::sic_dock::invstub(), core::kinematics::Stub::local2global(), protocols::sic_dock::multstubs(), points_, protocols::sic_dock::CBScoreVisitor::score, weights_, and xyzhash_.
| platform::Real const protocols::sic_dock::CBScore::clash_dis_ |
Definition at line 72 of file RigidScore.hh.
Referenced by score().
| platform::Real const protocols::sic_dock::CBScore::contact_dis_ |
Definition at line 72 of file RigidScore.hh.
Referenced by score().
| bool const protocols::sic_dock::CBScore::hash_pose1_ |
Definition at line 71 of file RigidScore.hh.
Referenced by score().
| Vecs const protocols::sic_dock::CBScore::points_ |
Definition at line 74 of file RigidScore.hh.
Referenced by score().
| Reals const protocols::sic_dock::CBScore::weights_ |
Definition at line 73 of file RigidScore.hh.
Referenced by score().
| xyzStripeHashPoseWithMeta const protocols::sic_dock::CBScore::xyzhash_ |
Definition at line 75 of file RigidScore.hh.
Referenced by score().
1.8.4