![]() |
Rosetta
2021.16
|
fills the AUTO behavior for all residues in Task. Useful if a protocol expects AUTO-style resfile, but no resfile present. More...
#include <FillAUTOTaskOperation.hh>

Public Member Functions | |
| FillAUTOTaskOperation () | |
| FillAUTOTaskOperation (FillAUTOTaskOperation const &src) | |
| ~FillAUTOTaskOperation () 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... | |
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 |
fills the AUTO behavior for all residues in Task. Useful if a protocol expects AUTO-style resfile, but no resfile present.
| core::pack::task::operation::FillAUTOTaskOperation::FillAUTOTaskOperation | ( | ) |
|
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::ResidueLevelTask::add_behavior(), core::pack::task::PackerTask::nonconst_residue_task(), and core::pack::task::PackerTask::total_residue().
|
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::FillAUTOTaskOperationCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
Configure from a RosettaScripts XML tag.
Reimplemented from core::pack::task::operation::TaskOperation.
|
static |
Describe the format of XML file used to initialize this TaskOperation.
References keyname(), and core::pack::task::operation::task_op_schema_empty().
Referenced by core::pack::task::operation::FillAUTOTaskOperationCreator::provide_xml_schema().
1.8.7