|
Rosetta 3.5
|
#include <RigidScore.hh>


Public Member Functions | |
| LinkerScore (Pose const &pose1, Pose const &pose2, Size max_loop_len, Size lookup_radius) | |
| virtual | ~LinkerScore () |
| platform::Real | score (Stub const &x1, Stub const &x2) const |
Public Member Functions inherited from protocols::sic_dock::RigidScore | |
| virtual | ~RigidScore () |
Private Attributes | |
| protocols::loophash::LoopHashLibraryOP | loop_hash_library_ |
| Sizes const | loopsizes_ |
| platform::Size | lookup_radius_ |
| Pose const & | pose1_ |
| Pose const | pose2_ |
| TermInfo | lowers1_ |
| TermInfo | uppers1_ |
| TermInfo | lowers2_ |
| TermInfo | uppers2_ |
| Real | max_dis2_ |
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 80 of file RigidScore.hh.
| protocols::sic_dock::LinkerScore::LinkerScore | ( | Pose const & | pose1, |
| Pose const & | pose2, | ||
| Size | max_loop_len, | ||
| Size | lookup_radius | ||
| ) |
Definition at line 130 of file RigidScore.cc.
References protocols::sic_dock::get_termini_from_pose(), loop_hash_library_, loopsizes_, lowers1_, lowers2_, pose1_, pose2_, protocols::sic_dock::TR(), uppers1_, and uppers2_.
|
inlinevirtual |
Definition at line 88 of file RigidScore.hh.
|
virtual |
Implements protocols::sic_dock::RigidScore.
Definition at line 160 of file RigidScore.cc.
References protocols::sic_dock::count_linkers(), protocols::sic_dock::dump_loophash_linkers(), core::pose::Pose::dump_pdb(), protocols::sic_dock::linker_count2score(), lookup_radius_, loop_hash_library_, loopsizes_, lowers1_, lowers2_, pose1_, pose2_, uppers1_, uppers2_, protocols::sic_dock::vec3_to_stub(), and protocols::sic_dock::xform_pose().
|
private |
Definition at line 94 of file RigidScore.hh.
Referenced by score().
|
private |
Definition at line 92 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 93 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 96 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 96 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 97 of file RigidScore.hh.
|
private |
Definition at line 95 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 95 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 96 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
|
private |
Definition at line 96 of file RigidScore.hh.
Referenced by LinkerScore(), and score().
1.8.4