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

comparator based on the linear combination of some score components More...

#include <CommonFragmentComparators.hh>

Inheritance diagram for protocols::frag_picker::CompareByScoreCombination:
Inheritance graph
[legend]

Public Member Functions

 CompareByScoreCombination (utility::vector1< core::Size > which_components, utility::vector1< core::Real > weights)
 Sets up the comparator for a given FragmentScoreManager. More...
 
bool operator() (ScoredCandidate first_candidate, ScoredCandidate second_candidate) override
 compares two fragment candidates More...
 
 ~CompareByScoreCombination () override=default
 

Private Attributes

utility::vector1< core::Sizecomponents_
 
utility::vector1< core::Realweights_
 

Detailed Description

comparator based on the linear combination of some score components

returns true if first pair has lower weighted score than the second one

Constructor & Destructor Documentation

protocols::frag_picker::CompareByScoreCombination::CompareByScoreCombination ( utility::vector1< core::Size which_components,
utility::vector1< core::Real weights 
)
inline

Sets up the comparator for a given FragmentScoreManager.

Only the scoring manager knows how to calculate the total score from a vector of small scores (those gathered in a FragmentScoreMap object)

References components_, and weights_.

protocols::frag_picker::CompareByScoreCombination::~CompareByScoreCombination ( )
overridedefault

Member Function Documentation

bool protocols::frag_picker::CompareByScoreCombination::operator() ( ScoredCandidate  first_candidate,
ScoredCandidate  second_candidate 
)
inlineoverridevirtual

compares two fragment candidates

returns true if second pair has greater total score than the first one. Using this comparator to sort fragment candidates order them descending according to their total score

Implements protocols::frag_picker::FragmentComparatorBase.

References components_, and weights_.

Member Data Documentation

utility::vector1<core::Size> protocols::frag_picker::CompareByScoreCombination::components_
private
utility::vector1<core::Real> protocols::frag_picker::CompareByScoreCombination::weights_
private

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