![]() |
Rosetta
2021.16
|
Task Operation for turning on the multi-cool annealer. More...
#include <EnableMultiCoolAnnealer.hh>

Public Member Functions | |
| EnableMultiCoolAnnealer () | |
| EnableMultiCoolAnnealer (EnableMultiCoolAnnealer const &src) | |
| ~EnableMultiCoolAnnealer () 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 | parse_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
| Configure from a RosettaScripts XML tag. More... | |
| void | apply (core::pose::Pose const &pose, core::pack::task::PackerTask &task) 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... | |
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 std::string | keyname () |
| Return the name used to construct this TaskOperation from an XML file. More... | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| Describe the format of XML file used to initialize this TaskOperation. More... | |
Private Attributes | |
| bool | increase_history_size_ |
| Size | history_size_ |
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 |
Task Operation for turning on the multi-cool annealer.
| core::pack::task::operation::EnableMultiCoolAnnealer::EnableMultiCoolAnnealer | ( | ) |
|
default |
|
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 history_size_, increase_history_size_, core::pack::task::PackerTask::increase_multi_cool_annealer_history_size(), and core::pack::task::PackerTask::or_multi_cool_annealer().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
static |
Return the name used to construct this TaskOperation from an XML file.
Referenced by core::pack::task::operation::EnableMultiCoolAnnealerCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
Configure from a RosettaScripts XML tag.
Reimplemented from core::pack::task::operation::TaskOperation.
References history_size_, and increase_history_size_.
|
static |
Describe the format of XML file used to initialize this TaskOperation.
References keyname(), and core::pack::task::operation::task_op_schema_w_attributes().
Referenced by core::pack::task::operation::EnableMultiCoolAnnealerCreator::provide_xml_schema().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
1.8.7