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

#include <TopNMotifScorer.hh>

Inheritance diagram for protocols::sewing::scoring::TopNMotifScorer:
Inheritance graph
[legend]

Public Member Functions

 TopNMotifScorer ()
 default construct More...
 
 ~TopNMotifScorer () override=default
 
 TopNMotifScorer (TopNMotifScorer const &)
 
core::Real score (data_storage::SmartAssemblyCOP assembly) override
 
core::Real norm_motif_score (data_storage::SmartAssemblyCOP assembly)
 
core::Real full_motif_score (data_storage::SmartAssemblyCOP assembly)
 
std::string get_name () const override
 
core::Real get_weight () const override
 
void set_weight (core::Real) override
 
virtual core::Size get_scores_to_keep () const
 
virtual void set_scores_to_keep (core::Size)
 
void set_options_from_tag (utility::tag::TagCOP scorer_tag, basic::datacache::DataMap &datamap) override
 
- Public Member Functions inherited from protocols::sewing::scoring::MotifScorer
 MotifScorer ()
 default construct More...
 
 ~MotifScorer () override=default
 
 MotifScorer (MotifScorer const &)
 
core::Real norm_motif_score (data_storage::SmartAssemblyCOP assembly)
 
core::Real full_motif_score (data_storage::SmartAssemblyCOP assembly)
 
numeric::xyzTransform< core::Realget_stub (data_storage::SmartSewingResidueCOP residue) const
 
core::Real get_score (numeric::xyzTransform< core::Real > stub1, char ss1, char aa1, numeric::xyzTransform< core::Real > stub2, char ss2, char aa2) const
 
core::Real get_last_score () const override
 
void set_last_score (core::Real score) override
 
core::Real get_old_last_score () const override
 
void set_old_last_score (core::Real score) override
 
- Public Member Functions inherited from protocols::sewing::scoring::AssemblyScorer
virtual ~AssemblyScorer ()=default
 Destructor. More...
 
 AssemblyScorer ()=default
 Prevent direct instantiation: No other constructors allowed. More...
 
 AssemblyScorer (AssemblyScorer const &)=default
 

Static Public Member Functions

static std::string type_name ()
 
static void provide_xml_schema (utility::tag::XMLSchemaDefinition &)
 
- Static Public Member Functions inherited from protocols::sewing::scoring::MotifScorer
static std::string type_name ()
 
static void provide_xml_schema (utility::tag::XMLSchemaDefinition &)
 

Private Attributes

core::Real weight_ =1.0
 
utility::vector1< core::Realscores_
 
core::Size scores_to_keep_ =1.0
 

Additional Inherited Members

- Protected Attributes inherited from protocols::sewing::scoring::MotifScorer
core::scoring::motif::MotifHashManagermman_
 
core::chemical::ResidueTypeSetCOP res_type_set_
 
core::Real last_score_ =1000
 
core::Real old_last_score_ =1000
 

Constructor & Destructor Documentation

protocols::sewing::scoring::TopNMotifScorer::TopNMotifScorer ( )

default construct

References scores_.

protocols::sewing::scoring::TopNMotifScorer::~TopNMotifScorer ( )
overridedefault
protocols::sewing::scoring::TopNMotifScorer::TopNMotifScorer ( TopNMotifScorer const &  src)

Member Function Documentation

core::Real protocols::sewing::scoring::TopNMotifScorer::full_motif_score ( data_storage::SmartAssemblyCOP  assembly)
std::string protocols::sewing::scoring::TopNMotifScorer::get_name ( ) const
overridevirtual
core::Size protocols::sewing::scoring::TopNMotifScorer::get_scores_to_keep ( ) const
virtual

References scores_to_keep_.

core::Real protocols::sewing::scoring::TopNMotifScorer::get_weight ( ) const
overridevirtual

Reimplemented from protocols::sewing::scoring::MotifScorer.

References weight_.

core::Real protocols::sewing::scoring::TopNMotifScorer::norm_motif_score ( data_storage::SmartAssemblyCOP  assembly)

Motif score of the entire Assembly divided by total residue

References full_motif_score().

Referenced by score().

void protocols::sewing::scoring::TopNMotifScorer::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  xsd)
static
core::Real protocols::sewing::scoring::TopNMotifScorer::score ( data_storage::SmartAssemblyCOP  assembly)
overridevirtual
void protocols::sewing::scoring::TopNMotifScorer::set_options_from_tag ( utility::tag::TagCOP  scorer_tag,
basic::datacache::DataMap &  datamap 
)
overridevirtual
void protocols::sewing::scoring::TopNMotifScorer::set_scores_to_keep ( core::Size  new_scores)
virtual

References scores_to_keep_.

void protocols::sewing::scoring::TopNMotifScorer::set_weight ( core::Real  weight)
overridevirtual

Reimplemented from protocols::sewing::scoring::MotifScorer.

References weight_.

std::string protocols::sewing::scoring::TopNMotifScorer::type_name ( )
static

Member Data Documentation

utility::vector1<core::Real> protocols::sewing::scoring::TopNMotifScorer::scores_
private
core::Size protocols::sewing::scoring::TopNMotifScorer::scores_to_keep_ =1.0
private
core::Real protocols::sewing::scoring::TopNMotifScorer::weight_ =1.0
private

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