![]() |
Rosetta
2021.16
|
Apply rotamerSetOperation to only the rotamerSet for the given residue. More...
#include <TaskOperations.hh>

Public Types | |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| AppendResidueRotamerSet () | |
| BEGIN AppendResidueRotamerSet. More... | |
| ~AppendResidueRotamerSet () override | |
| AppendResidueRotamerSet (core::Size resnum, rotamer_set::RotamerSetOperationOP rotamer_set_operation) | |
| AppendResidueRotamerSet (AppendResidueRotamerSet const &) | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (pose::Pose const &, 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 | set_resnum (core::Size resnum) |
| void | set_rotamer_set_operation (rotamer_set::RotamerSetOperationOP rotamer_operation) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | parse_tag (TagCOP, DataMap &) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| 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 () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| core::Size | resnum_ |
| rotamer_set::RotamerSetOperationOP | rotamer_set_operation_ |
Apply rotamerSetOperation to only the rotamerSet for the given residue.
| core::pack::task::operation::AppendResidueRotamerSet::AppendResidueRotamerSet | ( | ) |
BEGIN AppendResidueRotamerSet.
|
overridedefault |
| core::pack::task::operation::AppendResidueRotamerSet::AppendResidueRotamerSet | ( | core::Size | resnum, |
| rotamer_set::RotamerSetOperationOP | rotamer_set_operation | ||
| ) |
|
default |
|
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::append_rotamerset_operation(), core::pack::task::PackerTask::nonconst_residue_task(), resnum_, and rotamer_set_operation_.
Referenced by protocols::legacy_sewing::LegacyReadNativeRotamersFile::apply().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
static |
|
static |
| void core::pack::task::operation::AppendResidueRotamerSet::set_resnum | ( | core::Size | resnum | ) |
References resnum_.
| void core::pack::task::operation::AppendResidueRotamerSet::set_rotamer_set_operation | ( | rotamer_set::RotamerSetOperationOP | rotamer_operation | ) |
References rotamer_set_operation_.
|
private |
Referenced by apply(), and set_resnum().
|
private |
Referenced by apply(), and set_rotamer_set_operation().
1.8.7