![]() |
Rosetta
2021.16
|
#include <ModifyAnnealer.hh>

Public Member Functions | |
| ModifyAnnealer () | |
| ModifyAnnealer (bool disallow_quench, core::Real high_temp, core::Real low_temp) | |
| ~ModifyAnnealer () override | |
| core::pack::task::operation::TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const override |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | parse_tag (utility::tag::TagCOP, basic::datacache::DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| static std::string | keyname () |
Private Attributes | |
| bool | disallow_quench_ |
| core::Real | high_temp_ |
| core::Real | low_temp_ |
Additional Inherited Members | |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
| protocols::task_operations::ModifyAnnealer::ModifyAnnealer | ( | ) |
| protocols::task_operations::ModifyAnnealer::ModifyAnnealer | ( | bool | disallow_quench, |
| core::Real | high_temp, | ||
| core::Real | low_temp | ||
| ) |
|
overridedefault |
|
overridevirtual |
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_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
inlinestatic |
Referenced by protocols::task_operations::ModifyAnnealerCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
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_.
|
static |
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
1.8.7