|
Rosetta 3.5
|
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::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| RestrictYSDesign () | |
| RestrictYSDesign (RestrictYSDesign const &src) | |
| RestrictYSDesign (utility::vector1< core::Size > const &resids) | |
| virtual | ~RestrictYSDesign () |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (pose::Pose const &, PackerTask &task) const |
| 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 | |
| virtual | ~TaskOperation () |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Attributes | |
| utility::vector1< core::Size > | YSresids_ |
| bool | gly_switch_ |
RestrictYSDesign restricts positions to a binary Tyr/Ser alphabet.
Definition at line 491 of file TaskOperations.hh.
Definition at line 494 of file TaskOperations.hh.
| core::pack::task::operation::RestrictYSDesign::RestrictYSDesign | ( | ) |
Definition at line 1006 of file TaskOperations.cc.
Referenced by clone().
| core::pack::task::operation::RestrictYSDesign::RestrictYSDesign | ( | RestrictYSDesign const & | src) |
Definition at line 1007 of file TaskOperations.cc.
| core::pack::task::operation::RestrictYSDesign::RestrictYSDesign | ( | utility::vector1< core::Size > const & | resids) |
Definition at line 1010 of file TaskOperations.cc.
References gly_switch_, and YSresids_.
|
virtual |
Definition at line 1005 of file TaskOperations.cc.
|
virtual |
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.
Definition at line 1016 of file TaskOperations.cc.
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_.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
Definition at line 1031 of file TaskOperations.cc.
References RestrictYSDesign().
| void core::pack::task::operation::RestrictYSDesign::include_gly | ( | bool const | gly) |
Definition at line 1039 of file TaskOperations.cc.
References gly_switch_.
| void core::pack::task::operation::RestrictYSDesign::include_resid | ( | core::Size const | resid) |
Definition at line 1036 of file TaskOperations.cc.
References YSresids_.
|
private |
Definition at line 510 of file TaskOperations.hh.
Referenced by apply(), include_gly(), and RestrictYSDesign().
|
private |
Definition at line 509 of file TaskOperations.hh.
Referenced by apply(), include_resid(), and RestrictYSDesign().
1.8.4