|
Rosetta 3.5
|
Matker class that produces a new PCS_FragDistance object. More...
#include <PCS_FragDistance.hh>


Public Member Functions | |
| MakePCS_FragDistance () | |
| FragmentScoringMethodOP | make (Size, Real, bool, FragmentPickerOP, std::string) |
| Creates a PCS_FragDistance scoring method. More... | |
Public Member Functions inherited from protocols::frag_picker::scores::MakeFragmentScoringMethod | |
| MakeFragmentScoringMethod (std::string name) | |
| std::string & | get_score_name () |
Matker class that produces a new PCS_FragDistance object.
Definition at line 65 of file PCS_FragDistance.hh.
|
inline |
Definition at line 68 of file PCS_FragDistance.hh.
|
virtual |
Creates a PCS_FragDistance scoring method.
| priority | - priority of the scoring method. The higher value the earlier the score will be evaluated |
| lowest_acceptable_value | - if a calculated score is higher than this value, fragment will be neglected |
| FragmentPickerOP | object - not used |
| line | - the relevant line extracted from the scoring configuration file that defines this scoring method It could look like: "PCS_FragDistance 140 -5.0 100.0 additional_string" where 140, -5.0 && 100.0 are priority, weight && treshold, respectively. The additional string may be:
|
Implements protocols::frag_picker::scores::MakeFragmentScoringMethod.
Definition at line 162 of file PCS_FragDistance.cc.
1.8.4