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::JointScore Class Reference

#include <RigidScore.hh>

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

Public Member Functions

 JointScore ()
 
 JointScore (Scores scores, Reals weights)
 
void add_score (RigidScoreCOP score, Real weight)
 
virtual ~JointScore ()
 
platform::Real score (Stub const &x1, Stub const &x2) const
 
- Public Member Functions inherited from protocols::sic_dock::RigidScore
virtual ~RigidScore ()
 

Private Attributes

Scores scores_
 
Reals weights_
 

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 131 of file RigidScore.hh.

Constructor & Destructor Documentation

protocols::sic_dock::JointScore::JointScore ( )
inline

Definition at line 133 of file RigidScore.hh.

protocols::sic_dock::JointScore::JointScore ( Scores  scores,
Reals  weights 
)

Definition at line 235 of file RigidScore.cc.

References scores_, and weights_.

virtual protocols::sic_dock::JointScore::~JointScore ( )
inlinevirtual

Definition at line 139 of file RigidScore.hh.

Member Function Documentation

void protocols::sic_dock::JointScore::add_score ( RigidScoreCOP  score,
Real  weight 
)

Definition at line 246 of file RigidScore.cc.

References scores_, and weights_.

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

Implements protocols::sic_dock::RigidScore.

Definition at line 255 of file RigidScore.cc.

References scores_, and weights_.

Member Data Documentation

Scores protocols::sic_dock::JointScore::scores_
private

Definition at line 142 of file RigidScore.hh.

Referenced by add_score(), JointScore(), and score().

Reals protocols::sic_dock::JointScore::weights_
private

Definition at line 143 of file RigidScore.hh.

Referenced by add_score(), JointScore(), and score().


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