![]() |
Rosetta
2021.16
|
scores a fragment by inserting its backbone angles into a Pose and evaluating its energy using a given ScoreFunction More...
#include <EnergyEval.hh>

Public Types | |
| typedef Super::VallFragmentScore | VallFragmentScore |
| typedef core::pose::Pose | Pose |
| typedef core::scoring::ScoreFunction | ScoreFunction |
| typedef core::scoring::ScoreFunctionOP | ScoreFunctionOP |
| typedef core::scoring::ScoreFunctionCOP | ScoreFunctionCOP |
| typedef std::string | String |
| typedef core::Real | Real |
| 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 | |
| EnergyEval () | |
| default constructor More... | |
| EnergyEval (Pose const &pose, Size const insert_position, ScoreFunction const &score_function, bool const randomize=false) | |
| constructor More... | |
| EnergyEval (EnergyEval const &rval) | |
| default copy constructor More... | |
| ~EnergyEval () override | |
| default destructor More... | |
| EnergyEval & | operator= (EnergyEval const &rval) |
| copy assignment More... | |
| VallFragmentEvalOP | clone () const override |
| clone this object More... | |
| bool | eval_impl (Extent const &extent, VallFragmentScore &fs) override |
| for a fragment extent, evaluate and store results in a VallFragmentScore More... | |
| Pose const & | pose () const |
| the Pose to evaluate More... | |
| Size | insert_position () const |
| insert angles into the Pose starting from this position More... | |
| ScoreFunctionCOP | score_function () const |
| the ScoreFunction used to evaluate the pose More... | |
| bool | randomize () const |
| adding random noise between [0, 0.000001) to the energy? More... | |
| void | pose (Pose const &p) |
| the Pose to evaluate More... | |
| void | insert_position (Size const position) |
| insert angles into the Pose starting from this position More... | |
| void | score_function (ScoreFunction const &fx) |
| the ScoreFunction used to evaluate the pose More... | |
| void | randomize (bool const flag) |
| set flag to add random noise between [0, 0.000001) to the energy More... | |
| void | pre_catalog_op (VallLibrary const &) override |
| 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... | |
| ~VallFragmentEval () override | |
| 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 | |
| Pose | pose_ |
| insert backbone angles into this Pose More... | |
| Size | insert_position_ |
| insert backbone angles into pose starting from this position More... | |
| ScoreFunctionOP | score_function_ |
| evaluate the Pose using this ScoreFunction More... | |
| bool | randomize_ |
| flag to add random noise between [0, 0.000001) into the energy More... | |
scores a fragment by inserting its backbone angles into a Pose and evaluating its energy using a given ScoreFunction
typedef for ExtentEvaluator concept
| typedef Super::PageConstIterator core::fragment::picking_old::vall::eval::EnergyEval::PageConstIterator |
typedef for ExtentEvaluator concept
| typedef core::scoring::ScoreFunction core::fragment::picking_old::vall::eval::EnergyEval::ScoreFunction |
| typedef core::scoring::ScoreFunctionCOP core::fragment::picking_old::vall::eval::EnergyEval::ScoreFunctionCOP |
| typedef core::scoring::ScoreFunctionOP core::fragment::picking_old::vall::eval::EnergyEval::ScoreFunctionOP |
| typedef std::string core::fragment::picking_old::vall::eval::EnergyEval::String |
| typedef Super::VallFragmentScore core::fragment::picking_old::vall::eval::EnergyEval::VallFragmentScore |
| typedef PageConstIterator core::fragment::picking_old::vall::eval::EnergyEval::VallResidueConstIterator |
| core::fragment::picking_old::vall::eval::EnergyEval::EnergyEval | ( | ) |
default constructor
| core::fragment::picking_old::vall::eval::EnergyEval::EnergyEval | ( | Pose const & | pose, |
| Size const | insert_position, | ||
| ScoreFunction const & | score_function, | ||
| bool const | randomize = false |
||
| ) |
constructor
| [in] | pose | insert backbone angles using a copy of this Pose |
| [in] | insert_position | insert backbone angles starting from this position in the Pose |
| [in] | score_function | evaluate the Pose using a copy of this ScoreFunction |
| [in] | randomize | flags that indicates whether a small amount of noise between [0, 0.000001) will be added to the energy |
| core::fragment::picking_old::vall::eval::EnergyEval::EnergyEval | ( | EnergyEval const & | rval | ) |
default copy constructor
|
overridedefault |
default destructor
|
overridevirtual |
clone this object
Implements core::fragment::picking_old::vall::eval::VallFragmentEval.
|
overridevirtual |
for a fragment extent, evaluate and store results in a VallFragmentScore
Implements core::fragment::picking_old::vall::eval::VallFragmentEval.
References core::fragment::picking_old::concepts::Extent< PageIterator >::begin, core::fragment::picking_old::concepts::Extent< PageIterator >::end, insert_position_, pose_, randomize_, core::scoring::rg, core::fragment::picking_old::vall::scores::VallFragmentScore::score, score_function_, core::pose::Pose::set_omega(), core::pose::Pose::set_phi(), and core::pose::Pose::set_psi().
|
inline |
insert angles into the Pose starting from this position
References insert_position_.
|
inline |
insert angles into the Pose starting from this position
References insert_position_.
| EnergyEval & core::fragment::picking_old::vall::eval::EnergyEval::operator= | ( | EnergyEval const & | rval | ) |
copy assignment
References insert_position_, core::fragment::picking_old::vall::eval::VallFragmentEval::operator=(), pose_, randomize_, and score_function_.
|
inline |
the Pose to evaluate
References pose_.
|
inline |
the Pose to evaluate
References pose_.
|
overridevirtual |
operation to be perform before catalog() starts
Reimplemented from core::fragment::picking_old::vall::eval::VallFragmentEval.
References score_function_, and core::fragment::picking_old::vall::eval::TR().
|
inline |
adding random noise between [0, 0.000001) to the energy?
References randomize_.
|
inline |
set flag to add random noise between [0, 0.000001) to the energy
References randomize_.
|
inline |
the ScoreFunction used to evaluate the pose
References score_function_.
|
inline |
the ScoreFunction used to evaluate the pose
References core::scoring::ScoreFunction::clone(), and score_function_.
|
private |
insert backbone angles into pose starting from this position
Referenced by eval_impl(), insert_position(), and operator=().
|
private |
insert backbone angles into this Pose
Referenced by eval_impl(), operator=(), and pose().
|
private |
flag to add random noise between [0, 0.000001) into the energy
Referenced by eval_impl(), operator=(), and randomize().
|
private |
evaluate the Pose using this ScoreFunction
Referenced by eval_impl(), operator=(), pre_catalog_op(), and score_function().
1.8.7