Rosetta
|
#include <ScoreEvaluator.hh>
Public Member Functions | |
TruncatedScoreEvaluator (std::string tag, core::scoring::ResidueSelectionVector const &, core::scoring::ScoreFunctionOP scorefxn=nullptr, bool fullname=false) | |
~TruncatedScoreEvaluator () override | |
core::Real | apply (core::pose::Pose &) const override |
evaluate pose More... | |
![]() | |
ScoreEvaluator (std::string tag, core::scoring::ScoreFunctionOP scorefxn, bool fullname=false) | |
~ScoreEvaluator () override | |
bool | applicable (core::pose::Pose const &pose) const override |
![]() | |
SingleValuePoseEvaluator (std::string const &name="UNSPECIFIED_SingleValuePoseEvaluator") | |
void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const override |
evaluate pose and store values in Silent_Struct why is this specific to a specific type of SilentStruct? that seems needlessly pointless and overly constraining. More... | |
virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const =0 |
evaluate pose and store values in Silent_Struct More... | |
virtual void | apply (core::io::silent::SilentStruct &pss) const |
direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More... | |
bool | applicable (core::pose::Pose const &) const override |
core::Size | size () const override |
std::string | name (core::Size) const override |
![]() | |
PoseEvaluator () | |
~PoseEvaluator () override=default | |
virtual void | apply (core::io::silent::SilentStruct &pss) const |
direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More... | |
Private Attributes | |
core::scoring::ResidueSelectionVector | selection_ |
core::scoring::ResidueSelectionVector | exclude_list_ |
core::Size | nres_ |
SelectRDC_EvaluatorOP | rdcs_ |
Additional Inherited Members | |
![]() | |
core::scoring::ScoreFunctionOP | scorefxn_ |
protocols::simple_filters::TruncatedScoreEvaluator::TruncatedScoreEvaluator | ( | std::string | tag, |
core::scoring::ResidueSelectionVector const & | selection, | ||
core::scoring::ScoreFunctionOP | scorefxn = nullptr , |
||
bool | fullname = false |
||
) |
|
overridedefault |
|
overridevirtual |
evaluate pose
Reimplemented from protocols::simple_filters::ScoreEvaluator.
References protocols::toolbox::pose_manipulation::add_chainbreaks_according_to_jumps(), core::scoring::angle_constraint, core::scoring::atom_pair_constraint, core::scoring::chainbreak, core::pose::Pose::constraint_set(), core::scoring::ScoreFunctionFactory::create_score_function(), core::scoring::dihedral_constraint, exclude_list_, core::scoring::get_score_function(), protocols::evaluation::invert_include_residues(), core::pose::Pose::is_fullatom(), core::scoring::linear_chainbreak, nres_, core::scoring::overlap_chainbreak, core::scoring::rdc, rdcs_, protocols::simple_filters::ScoreEvaluator::scorefxn_, selection_, core::scoring::ScoreFunction::set_weight(), core::pose::Pose::size(), protocols::simple_filters::tr(), and protocols::hybridization::val.
|
mutableprivate |
Referenced by apply(), and TruncatedScoreEvaluator().
|
mutableprivate |
Referenced by apply(), and TruncatedScoreEvaluator().
|
private |
Referenced by apply(), and TruncatedScoreEvaluator().
|
private |
Referenced by apply(), and TruncatedScoreEvaluator().