![]() |
Rosetta Protocols
2014.16.56682
|
#include <RigidScore.hh>
Public Member Functions | |
| virtual | ~CBScore () |
| CBScore (Pose const &pose1, Pose const &pose2, Real clash_dis, Real contact_dis) | |
| CBScore (Pose const &pose1, Pose const &pose2, Real clash_dis, Real contact_dis, core::id::AtomID_Map< core::Real > const &weights1, core::id::AtomID_Map< core::Real > const &weights2) | |
| core::Real | score (Xforms const &x1, Xforms const &x2) const |
| std::string | type () const |
Public Member Functions inherited from protocols::sic_dock::RigidScore | |
| virtual | ~RigidScore () |
| virtual void | show (std::ostream &out, int width=10) const |
| virtual void | show (std::ostream &out, Xforms const &x1, Xforms const &x2, int width=10) const |
Public Attributes | |
| bool const | hash_pose1_ |
| core::Real const | clash_dis_ |
| core::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 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 |
|
inlinevirtual |
| protocols::sic_dock::CBScore::CBScore | ( | Pose const & | pose1, |
| Pose const & | pose2, | ||
| Real | clash_dis, | ||
| Real | contact_dis | ||
| ) |
| protocols::sic_dock::CBScore::CBScore | ( | Pose const & | pose1, |
| Pose const & | pose2, | ||
| Real | clash_dis, | ||
| Real | contact_dis, | ||
| core::id::AtomID_Map< core::Real > const & | weights1, | ||
| core::id::AtomID_Map< core::Real > const & | weights2 | ||
| ) |
|
virtual |
Implements protocols::sic_dock::RigidScore.
References clash_dis_, contact_dis_, hash_pose1_, protocols::sic_dock::invstub(), protocols::sic_dock::multstubs(), points_, protocols::sic_dock::CBScoreVisitor::score, numeric::geometry::hashing::xyzStripeHashWithMeta< class >::visit(), weights_, and xyzhash_.
|
inlinevirtual |
Implements protocols::sic_dock::RigidScore.
| core::Real const protocols::sic_dock::CBScore::clash_dis_ |
Referenced by score().
| core::Real const protocols::sic_dock::CBScore::contact_dis_ |
Referenced by score().
| xyzStripeHashPoseWithMeta const protocols::sic_dock::CBScore::xyzhash_ |
Referenced by score().
1.8.7