Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Functions
ScoreFunctionFactory.cc File Reference
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/symmetry/SymmetricScoreFunction.hh>
#include <core/scoring/DockingScoreFunction.hh>
#include <core/scoring/MinScoreScoreFunction.hh>
#include <core/scoring/methods/EnergyMethodOptions.hh>
#include <core/chemical/AA.hh>
#include <basic/options/option.hh>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>
#include <basic/options/keys/score.OptionKeys.gen.hh>
#include <basic/options/keys/corrections.OptionKeys.gen.hh>
#include <basic/options/keys/abinitio.OptionKeys.gen.hh>
#include <basic/options/keys/symmetry.OptionKeys.gen.hh>
#include <sstream>

Go to the source code of this file.

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 
 core::scoring
 

Constant Groups

 core
 A class for defining atom parameters, known as atom_types.
 
 core::scoring
 

Functions

static basic::Tracer tr ("core.scoring.ScoreFunctionFactory")
 
std::string const core::scoring::STANDARD_WTS ("standard")
 
std::string const core::scoring::CENTROID_WTS ("cen_std")
 
std::string const core::scoring::SOFT_REP_WTS ("soft_rep")
 
std::string const core::scoring::SOFT_REP_DESIGN_WTS ("soft_rep_design")
 
std::string const core::scoring::DNA_INT_WTS ("dna_no_gb")
 
std::string const core::scoring::DNA_INT_WTS_GB ("dna")
 
std::string const core::scoring::MM_STD_WTS ("mm_std")
 
std::string const core::scoring::RNA_LORES_WTS ("rna_lores")
 
std::string const core::scoring::RNA_HIRES_WTS ("rna_hires")
 
std::string const core::scoring::RNA_LORES_PLUS_HIRES_WTS ("rna_lores_plus_hires")
 
std::string const core::scoring::MEMB_HIGHRES_WTS ("membrane_highres")
 
std::string const core::scoring::SCORE12_PATCH ("score12")
 
std::string const core::scoring::SCORE13 ("score13")
 
std::string const core::scoring::DOCK_PATCH ("docking")
 
std::string const core::scoring::DOCK_LOW_PATCH ("docking_cen")
 
core::scoring::ScoreFunctionOP core::scoring::getScoreFunction (bool const is_fullatom=true)
 A helper function which returns a scoring function owning pointer according to the user's command line parameters -score:weights and -score:patch By default it returns weights=standard and patch=score12 for fullatom, and weights=cen_std and patch="" for centroid. More...
 
std::string core::scoring::getScoreFunctionName (bool const is_fullatom=true)
 use the logic of getScoreFunction to get the name. The name format is <weights_tag>[_<patch_tag> ... ] More...
 

Function Documentation

static basic::Tracer tr ( "core.scoring.ScoreFunctionFactory"  )
static