![]() |
Rosetta Protocols
2014.16.56682
|
#include <ScoreEvaluator.hh>
Public Member Functions | |
| TruncatedScoreEvaluator (std::string tag, core::scoring::ResidueSelectionVector const &, core::scoring::ScoreFunctionOP scorefxn=NULL, bool fullname=false) | |
| virtual | ~TruncatedScoreEvaluator () |
| virtual core::Real | apply (core::pose::Pose &) const |
| evaluate pose More... | |
Public Member Functions inherited from protocols::simple_filters::ScoreEvaluator | |
| ScoreEvaluator (std::string tag, core::scoring::ScoreFunctionOP scorefxn, bool fullname=false) | |
| ~ScoreEvaluator () | |
| virtual bool | applicable (core::pose::Pose const &pose) const |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| SingleValuePoseEvaluator (std::string name) | |
| virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const |
| 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 core::Size | size () const |
| virtual std::string | name (core::Size) const |
Public Member Functions inherited from protocols::evaluation::PoseEvaluator | |
| PoseEvaluator () | |
| virtual | ~PoseEvaluator () |
| 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_ |
| Size | nres_ |
| SelectRDC_EvaluatorOP | rdcs_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::simple_filters::ScoreEvaluator | |
| core::scoring::ScoreFunctionOP | scorefxn_ |
| protocols::simple_filters::TruncatedScoreEvaluator::TruncatedScoreEvaluator | ( | std::string | tag, |
| core::scoring::ResidueSelectionVector const & | selection, | ||
| core::scoring::ScoreFunctionOP | scorefxn = NULL, |
||
| bool | fullname = false |
||
| ) |
|
virtual |
|
virtual |
evaluate pose
Reimplemented from protocols::simple_filters::ScoreEvaluator.
References protocols::toolbox::pose_manipulation::add_chainbreaks_according_to_jumps(), core::pose::Pose::constraint_set(), core::scoring::ScoreFunctionFactory::create_score_function(), basic::options::OptionKeys::constraints::cst_weight, exclude_list_, core::scoring::getScoreFunction(), protocols::evaluation::invert_include_residues(), core::pose::Pose::is_fullatom(), nres_, basic::options::option, protocols::forge::methods::overlap_chainbreak(), PROF_START, PROF_STOP, rdcs_, protocols::simple_filters::ScoreEvaluator::scorefxn_, selection_, core::pose::Pose::total_residue(), protocols::simple_filters::tr, and basic::TRUNCATED_SCORE_EVALUATOR.
|
mutableprivate |
Referenced by apply(), and TruncatedScoreEvaluator().
|
mutableprivate |
Referenced by apply(), and TruncatedScoreEvaluator().
|
private |
Referenced by apply(), and TruncatedScoreEvaluator().
|
private |
Referenced by apply(), and TruncatedScoreEvaluator().
1.8.7