|
Rosetta 3.5
|
#include <core/scoring/ScoreFunction.fwd.hh>#include <core/scoring/symmetry/SymmetricScoreFunction.fwd.hh>#include <utility/vector1.hh>#include <string>Go to the source code of this file.
Classes | |
| class | core::scoring::ScoreFunctionFactory |
| a collection of functions making a single score_function More... | |
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 | |
| 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... | |
Variables | |
| std::string const | core::scoring::STANDARD_WTS |
| std::string const | core::scoring::SCORE13 |
| std::string const | core::scoring::CENTROID_WTS |
| std::string const | core::scoring::SOFT_REP_WTS |
| std::string const | core::scoring::SOFT_REP_DESIGN_WTS |
| std::string const | core::scoring::DNA_INT_WTS |
| std::string const | core::scoring::DNA_INT_WTS_GB |
| std::string const | core::scoring::MM_STD_WTS |
| std::string const | core::scoring::RNA_LORES_WTS |
| std::string const | core::scoring::RNA_HIRES_WTS |
| std::string const | core::scoring::RNA_LORES_PLUS_HIRES_WTS |
| std::string const | core::scoring::MEMB_HIGHRES_WTS |
| std::string const | core::scoring::SCORE12_PATCH |
| std::string const | core::scoring::DOCK_PATCH |
| std::string const | core::scoring::DOCK_LOW_PATCH |
1.8.4