Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
protocols::sic_dock::LinkerScore Class Reference

#include <RigidScore.hh>

Inheritance diagram for protocols::sic_dock::LinkerScore:
Inheritance graph
[legend]
Collaboration diagram for protocols::sic_dock::LinkerScore:
Collaboration graph
[legend]

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< RealVec
 
typedef numeric::xyzMatrix< RealMat
 
typedef utility::vector1< VecVecs
 
typedef utility::vector1< RealReals
 
typedef utility::vector1< SizeSizes
 
typedef utility::vector1< StubStubs
 
typedef utility::vector1
< RigidScoreCOP
Scores
 

Detailed Description

Definition at line 80 of file RigidScore.hh.

Constructor & Destructor Documentation

protocols::sic_dock::LinkerScore::LinkerScore ( Pose const &  pose1,
Pose const &  pose2,
Size  max_loop_len,
Size  lookup_radius 
)
virtual protocols::sic_dock::LinkerScore::~LinkerScore ( )
inlinevirtual

Definition at line 88 of file RigidScore.hh.

Member Function Documentation

platform::Real protocols::sic_dock::LinkerScore::score ( Stub const &  x1,
Stub const &  x2 
) const
virtual

Member Data Documentation

platform::Size protocols::sic_dock::LinkerScore::lookup_radius_
private

Definition at line 94 of file RigidScore.hh.

Referenced by score().

protocols::loophash::LoopHashLibraryOP protocols::sic_dock::LinkerScore::loop_hash_library_
private

Definition at line 92 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

Sizes const protocols::sic_dock::LinkerScore::loopsizes_
private

Definition at line 93 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

TermInfo protocols::sic_dock::LinkerScore::lowers1_
private

Definition at line 96 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

TermInfo protocols::sic_dock::LinkerScore::lowers2_
private

Definition at line 96 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

Real protocols::sic_dock::LinkerScore::max_dis2_
private

Definition at line 97 of file RigidScore.hh.

Pose const& protocols::sic_dock::LinkerScore::pose1_
private

Definition at line 95 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

Pose const protocols::sic_dock::LinkerScore::pose2_
private

Definition at line 95 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

TermInfo protocols::sic_dock::LinkerScore::uppers1_
private

Definition at line 96 of file RigidScore.hh.

Referenced by LinkerScore(), and score().

TermInfo protocols::sic_dock::LinkerScore::uppers2_
private

Definition at line 96 of file RigidScore.hh.

Referenced by LinkerScore(), and score().


The documentation for this class was generated from the following files: