![]() |
Rosetta
2021.16
|
RestrictYSDesign restricts positions to a binary Tyr/Ser alphabet. 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 | |
| RestrictYSDesign () | |
| RestrictYSDesign (RestrictYSDesign const &src) | |
| RestrictYSDesign (utility::vector1< core::Size > const &resids) | |
| ~RestrictYSDesign () override | |
| 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 &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 | include_resid (core::Size const resid) |
| void | include_gly (bool const gly) |
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 | |
| utility::vector1< core::Size > | YSresids_ |
| bool | gly_switch_ |
RestrictYSDesign restricts positions to a binary Tyr/Ser alphabet.
| core::pack::task::operation::RestrictYSDesign::RestrictYSDesign | ( | ) |
| core::pack::task::operation::RestrictYSDesign::RestrictYSDesign | ( | RestrictYSDesign const & | src | ) |
| core::pack::task::operation::RestrictYSDesign::RestrictYSDesign | ( | utility::vector1< core::Size > const & | resids | ) |
References gly_switch_, core::select::resids(), and YSresids_.
|
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::chemical::aa_from_name(), gly_switch_, core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::restrict_absent_canonical_aas(), and YSresids_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
| void core::pack::task::operation::RestrictYSDesign::include_gly | ( | bool const | gly | ) |
References gly_switch_.
| void core::pack::task::operation::RestrictYSDesign::include_resid | ( | core::Size const | resid | ) |
References YSresids_.
|
static |
Referenced by core::pack::task::operation::RestrictYSDesignCreator::keyname(), and provide_xml_schema().
|
static |
References keyname(), and core::pack::task::operation::task_op_schema_empty().
Referenced by core::pack::task::operation::RestrictYSDesignCreator::provide_xml_schema().
|
private |
Referenced by apply(), include_gly(), and RestrictYSDesign().
|
private |
Referenced by apply(), include_resid(), and RestrictYSDesign().
1.8.7