![]() |
Rosetta Protocols
2014.16.56682
|
#include <SelectResiduesWithinChain.hh>
Public Member Functions | |
| SelectResiduesWithinChainOperation () | |
| virtual | ~SelectResiduesWithinChainOperation () |
| virtual TaskOperationOP | clone () const |
| virtual void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const |
| restricts to repacking all residues outside of design_shell_ around each residue More... | |
| virtual void | parse_tag (TagCOP, DataMap &) |
| core::Size | chain () const |
| void | chain (core::Size const c) |
| utility::vector1< core::Size > | resid () |
| void | add_res (core::Size const resid) |
| void | allow_design (bool const b) |
| bool | allow_design () const |
| void | allow_repacking (bool const b) |
| bool | allow_repacking () const |
| void | modify_unselected_residues (bool const b) |
| bool | modify_unselected_residues () const |
Public Member Functions inherited from protocols::toolbox::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| virtual | ~RestrictOperationsBase () |
Private Attributes | |
| core::Size | chain_ |
| utility::vector1< core::Size > | resid_ |
| bool | allow_design_ |
| bool | allow_repacking_ |
| bool | modify_unselected_residues_ |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::toolbox::task_operations::RestrictOperationsBase | |
| void | run_calculator (core::pose::Pose const &pose, std::string const &calculator, std::string const &calculation, utility::vector1_bool &residues) const |
| this is the only real function - it takes a calculator name and calculation, and a PackerTask-compatible vector, and flips booleans in the vector according to the calculator More... | |
this class is a TaskOperation to prevent repacking of residues not near an interface.
| typedef RestrictOperationsBase protocols::toolbox::task_operations::SelectResiduesWithinChainOperation::parent |
| protocols::toolbox::task_operations::SelectResiduesWithinChainOperation::SelectResiduesWithinChainOperation | ( | ) |
|
virtual |
|
inline |
References resid_.
|
inline |
References allow_design_, and protocols::match::upstream::b.
|
inline |
References allow_design_.
Referenced by apply(), and parse_tag().
|
inline |
References allow_repacking_, and protocols::match::upstream::b.
|
inline |
References allow_repacking_.
Referenced by apply(), and parse_tag().
|
virtual |
restricts to repacking all residues outside of design_shell_ around each residue
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
References allow_design(), allow_repacking(), core::pack::task::operation::OperateOnCertainResidues::apply(), core::conformation::Residue::chain(), chain(), core::conformation::Conformation::chain_begin(), core::pose::Pose::conformation(), modify_unselected_residues(), core::pack::task::operation::OperateOnCertainResidues::op(), resid_, core::pose::Pose::residue(), core::pack::task::operation::OperateOnCertainResidues::residue_indices(), core::pose::Pose::total_residue(), and protocols::TR.
|
inline |
References chain_.
Referenced by apply(), and parse_tag().
|
inline |
References chain_.
|
virtual |
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
References SelectResiduesWithinChainOperation().
|
inline |
References protocols::match::upstream::b, and modify_unselected_residues_.
|
inline |
References modify_unselected_residues_.
Referenced by apply(), and parse_tag().
|
virtual |
References allow_design(), allow_repacking(), chain(), modify_unselected_residues(), resid(), resid_, runtime_assert, and protocols::TR.
|
inline |
References resid_.
Referenced by parse_tag().
|
private |
Referenced by allow_design().
|
private |
Referenced by allow_repacking().
|
private |
Referenced by chain().
|
private |
Referenced by modify_unselected_residues().
|
private |
Referenced by add_res(), apply(), parse_tag(), resid(), and SelectResiduesWithinChainOperation().
1.8.7