|
Rosetta 3.5
|
scores a fragment based on sum of secondary structure identity and sequence identity More...
#include <ABEGOEval.hh>


Public Types | |
| typedef Super::VallFragmentScore | VallFragmentScore |
| typedef std::string | String |
| typedef core::Real | Real |
| typedef core::util::ABEGOManager | ABEGOManager |
| typedef core::util::ABEGOManagerOP | ABEGOManagerOP |
| typedef Super::PageConstIterator | PageConstIterator |
| typedef for ExtentEvaluator concept More... | |
| typedef Super::Extent | Extent |
| typedef for ExtentEvaluator concept More... | |
| typedef PageConstIterator | VallResidueConstIterator |
Public Types inherited from core::fragment::picking_old::vall::eval::VallFragmentEval | |
| typedef core::fragment::picking_old::vall::scores::VallFragmentScore | VallFragmentScore |
| typedef VallFragmentScore::PageConstIterator | PageConstIterator |
| typedef for ExtentEvaluator concept More... | |
| typedef core::fragment::picking_old::concepts::Extent < VallSection::PageConstIterator > | Extent |
| typedef for ExtentEvaluator concept More... | |
| typedef PageConstIterator | VallResidueConstIterator |
Public Member Functions | |
| ABEGOEval () | |
| default constructor More... | |
| ABEGOEval (utility::vector1< String > const &input, Real const penalty=1.0, bool const randomize=true) | |
| full values constructor More... | |
| ABEGOEval (ABEGOEval const &rval) | |
| default copy constructor More... | |
| virtual | ~ABEGOEval () |
| default destructor More... | |
| ABEGOEval & | operator= (ABEGOEval const &rval) |
| copy assignment More... | |
| virtual VallFragmentEvalOP | clone () const |
| clone this object More... | |
| virtual bool | eval_impl (Extent const &extent, VallFragmentScore &fs) |
| for a fragment extent, evaluate and store results in a VallFragmentScore More... | |
| utility::vector1< String > const & | abego_str () const |
| get secondary structure string More... | |
| void | abego_str (utility::vector1< String > const &abego) |
| set abego vector of string More... | |
| Real | penalty () const |
| get secondary structure penalty More... | |
| bool | randomize () const |
| adding random noise to score? More... | |
| virtual void | pre_catalog_op (VallLibrary const &) |
| operation to be perform before catalog() starts More... | |
Public Member Functions inherited from core::fragment::picking_old::vall::eval::VallFragmentEval | |
| VallFragmentEval () | |
| default constructor More... | |
| VallFragmentEval (VallFragmentEval const &rval) | |
| default copy constructor More... | |
| virtual | ~VallFragmentEval () |
| default destructor More... | |
| VallFragmentEval & | operator= (VallFragmentEval const &rval) |
| copy assignment More... | |
| bool | operator() (Extent const &extent, VallFragmentScore &fs) |
| called by VallLibrarian: for a fragment extent, evaluate and store results in a VallFragmentScore More... | |
| virtual void | post_catalog_op (VallLibrary const &) |
| operation to be performed after catalog() finished More... | |
Private Types | |
| typedef VallFragmentEval | Super |
Private Attributes | |
| utility::vector1< String > | abego_ |
| abego string to match against More... | |
| Real | penalty_ |
| abego penalty if non-matching More... | |
| bool | randomize_ |
| flag to add random noise between [0, 0.001) into score More... | |
| ABEGOManagerOP | am_ |
scores a fragment based on sum of secondary structure identity and sequence identity
Definition at line 43 of file ABEGOEval.hh.
Definition at line 60 of file ABEGOEval.hh.
| typedef core::util::ABEGOManagerOP core::fragment::picking_old::vall::eval::ABEGOEval::ABEGOManagerOP |
Definition at line 61 of file ABEGOEval.hh.
typedef for ExtentEvaluator concept
Definition at line 71 of file ABEGOEval.hh.
| typedef Super::PageConstIterator core::fragment::picking_old::vall::eval::ABEGOEval::PageConstIterator |
typedef for ExtentEvaluator concept
Definition at line 67 of file ABEGOEval.hh.
Definition at line 58 of file ABEGOEval.hh.
| typedef std::string core::fragment::picking_old::vall::eval::ABEGOEval::String |
Definition at line 57 of file ABEGOEval.hh.
Definition at line 49 of file ABEGOEval.hh.
| typedef Super::VallFragmentScore core::fragment::picking_old::vall::eval::ABEGOEval::VallFragmentScore |
Definition at line 55 of file ABEGOEval.hh.
| typedef PageConstIterator core::fragment::picking_old::vall::eval::ABEGOEval::VallResidueConstIterator |
Definition at line 77 of file ABEGOEval.hh.
| core::fragment::picking_old::vall::eval::ABEGOEval::ABEGOEval | ( | ) |
| core::fragment::picking_old::vall::eval::ABEGOEval::ABEGOEval | ( | utility::vector1< String > const & | abego, |
| Real const | penalty = 1.0, |
||
| bool const | randomize = true |
||
| ) |
full values constructor
| ss | secondary structure string to match against |
| aa | amino acid structure string to match against |
| abego | abego string to match against |
Definition at line 58 of file ABEGOEval.cc.
References am_.
| core::fragment::picking_old::vall::eval::ABEGOEval::ABEGOEval | ( | ABEGOEval const & | rval) |
default copy constructor
Definition at line 73 of file ABEGOEval.cc.
|
virtual |
default destructor
Definition at line 83 of file ABEGOEval.cc.
|
inline |
|
inline |
set abego vector of string
Definition at line 144 of file ABEGOEval.hh.
References core::scoring::abego, and abego_.
|
virtual |
clone this object
Implements core::fragment::picking_old::vall::eval::VallFragmentEval.
Definition at line 100 of file ABEGOEval.cc.
References ABEGOEval().
|
virtual |
for a fragment extent, evaluate and store results in a VallFragmentScore
Implements core::fragment::picking_old::vall::eval::VallFragmentEval.
Definition at line 107 of file ABEGOEval.cc.
References abego_, am_, core::fragment::picking_old::concepts::Extent< PageIterator >::begin, core::fragment::picking_old::concepts::Extent< PageIterator >::distance(), core::fragment::picking_old::concepts::Extent< PageIterator >::end, penalty_, randomize_, and core::fragment::picking_old::vall::scores::VallFragmentScore::score.
copy assignment
Definition at line 87 of file ABEGOEval.cc.
References abego_, am_, core::fragment::picking_old::vall::eval::VallFragmentEval::operator=(), penalty_, and randomize_.
|
inline |
|
virtual |
operation to be perform before catalog() starts
Reimplemented from core::fragment::picking_old::vall::eval::VallFragmentEval.
Definition at line 140 of file ABEGOEval.cc.
References core::scoring::abego, and abego_.
|
inline |
|
private |
abego string to match against
Definition at line 173 of file ABEGOEval.hh.
Referenced by abego_str(), ABEGOEval(), eval_impl(), operator=(), and pre_catalog_op().
|
private |
Definition at line 181 of file ABEGOEval.hh.
Referenced by ABEGOEval(), eval_impl(), and operator=().
|
private |
abego penalty if non-matching
Definition at line 176 of file ABEGOEval.hh.
Referenced by eval_impl(), operator=(), and penalty().
|
private |
flag to add random noise between [0, 0.001) into score
Definition at line 179 of file ABEGOEval.hh.
Referenced by eval_impl(), operator=(), and randomize().
1.8.4