![]() |
Rosetta
2021.16
|
#include <RigidScore.hh>
Public Member Functions | |
~RigidScore () override=default | |
virtual core::Real | score (Xforms const &x1, Xforms const &x2) const =0 |
virtual std::string | type () const =0 |
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 |
Protected Types | |
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 |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
overridedefault |
|
pure virtual |
Implemented in protocols::sic_dock::JointScore, protocols::sic_dock::ConstraintSetScore, protocols::sic_dock::LinkerScore, protocols::sic_dock::CBScore, protocols::sic_dock::scores::MotifHashRigidScore, and protocols::sic_dock::scores::TrisBpyScore.
Referenced by show(), protocols::sic_dock::slide_into_contact_and_score(), and protocols::sic_dock::slide_into_contact_and_score_DEPRICATED().
|
virtual |
Reimplemented in protocols::sic_dock::JointScore, protocols::sic_dock::scores::MotifHashRigidScore, and protocols::sic_dock::scores::TrisBpyScore.
References type().
|
virtual |
Reimplemented in protocols::sic_dock::JointScore, protocols::sic_dock::scores::MotifHashRigidScore, and protocols::sic_dock::scores::TrisBpyScore.
References core::chemical::element::F, and score().
|
pure virtual |