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

Public Member Functions | |
| KeepSequenceSymmetry () | |
| KeepSequenceSymmetry (KeepSequenceSymmetry const &src) | |
| ~KeepSequenceSymmetry () override | |
| 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... | |
| void | set_setting (bool const setting) |
| bool | setting () const |
| void | set_prefix_name (std::string const &setting) |
| Sets the name used for determining sequence symmetric selectors. More... | |
| std::string | prefix_name () const |
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 | setting_ = true |
| std::string | setup_magic_name_prefix_ |
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::KeepSequenceSymmetry::KeepSequenceSymmetry | ( | ) |
|
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 core::pack::task::PackerTask::keep_sequence_symmetry(), core::pack::task::PackerTask::sequence_symmetric_uid_prefix(), setting_, and setup_magic_name_prefix_.
|
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::KeepSequenceSymmetryCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
Configure from a RosettaScripts XML tag.
Reimplemented from core::pack::task::operation::TaskOperation.
References set_prefix_name(), and setting_.
|
inline |
References setup_magic_name_prefix_.
|
static |
Describe the format of XML file used to initialize this TaskOperation.
References core::pack::task::operation::complex_type_name_for_task_op(), and keyname().
Referenced by core::pack::task::operation::KeepSequenceSymmetryCreator::provide_xml_schema().
|
inline |
Sets the name used for determining sequence symmetric selectors.
References setup_magic_name_prefix_.
Referenced by parse_tag().
|
inline |
|
inline |
References setting_.
Referenced by set_setting().
|
private |
Referenced by apply(), parse_tag(), set_setting(), and setting().
|
private |
Referenced by apply(), prefix_name(), and set_prefix_name().
1.8.7