Rosetta 3.5
|
#include <ModifyAnnealer.hh>
Public Member Functions | |
ModifyAnnealer () | |
ModifyAnnealer (bool disallow_quench, core::Real high_temp, core::Real low_temp) | |
virtual | ~ModifyAnnealer () |
virtual core::pack::task::operation::TaskOperationOP | clone () const |
Create another task operation of the type matching the most-derived version of the class. More... | |
virtual void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const |
Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
virtual void | parse_tag (utility::tag::TagPtr) |
Used to parse an xml-like tag to load parameters and properties. More... | |
![]() | |
virtual | ~TaskOperation () |
virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Attributes | |
bool | disallow_quench_ |
core::Real | high_temp_ |
core::Real | low_temp_ |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagPtr | TagPtr |
typedef pose::Pose | Pose |
protocols::toolbox::task_operations::ModifyAnnealer::ModifyAnnealer | ( | ) |
Referenced by clone().
protocols::toolbox::task_operations::ModifyAnnealer::ModifyAnnealer | ( | bool | disallow_quench, |
core::Real | high_temp, | ||
core::Real | low_temp | ||
) |
|
virtual |
|
virtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
References core::pack::task::PackerTask::disallow_quench(), disallow_quench_, core::pack::task::PackerTask::high_temp(), high_temp_, core::pack::task::PackerTask::low_temp(), and low_temp_.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References ModifyAnnealer().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References disallow_quench_, high_temp_, and low_temp_.
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().