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

Public Types | |
| typedef core::Size | Size |
| typedef std::string | String |
| typedef core::pack::task::PackerTask | PackerTask |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef TaskOperation | parent |
| typedef utility::tag::TagCOP | TagCOP |
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 | |
| LinkResidues () | |
| ~LinkResidues () override | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | remap_allowed_residues_to_template (core::pose::Pose const &pose, core::pack::rotamer_set::RotamerLinksOP &links) const |
| void | add_group (std::string group) |
| 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 (TagCOP tag, 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 | |
| utility::vector1< std::string > | allGroups_ |
| std::string | template_group_ |
this class is a TaskOperation to prevent repacking of residues not near an interface.
| typedef std::string protocols::task_operations::LinkResidues::String |
| typedef utility::tag::TagCOP protocols::task_operations::LinkResidues::TagCOP |
| typedef core::pack::task::operation::TaskOperation protocols::task_operations::LinkResidues::TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP protocols::task_operations::LinkResidues::TaskOperationOP |
|
default |
|
overridedefault |
| void protocols::task_operations::LinkResidues::add_group | ( | std::string | group | ) |
|
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::sequence::end, core::pose::get_resnum_list_ordered(), core::pack::task::PackerTask::rotamer_links(), core::pose::Pose::size(), and protocols::task_operations::TR().
|
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::LinkResiduesCreator::keyname().
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References protocols::task_operations::TR().
|
static |
| void protocols::task_operations::LinkResidues::remap_allowed_residues_to_template | ( | core::pose::Pose const & | pose, |
| core::pack::rotamer_set::RotamerLinksOP & | links | ||
| ) | const |
References core::pose::get_resnum_list_ordered(), and core::pose::Pose::total_residue().
|
private |
|
private |
1.8.7