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

Public Types | |
| typedef RestrictOperationsBase | parent |
Public Types inherited from protocols::task_operations::RestrictOperationsBase | |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| 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 | |
| SelectResiduesWithinChainOperation () | |
| ~SelectResiduesWithinChainOperation () override | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const override |
| restricts to repacking all residues outside of design_shell_ around each residue More... | |
| void | parse_tag (TagCOP, DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| 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::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| ~RestrictOperationsBase () override | |
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 | |
| 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::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::task_operations::SelectResiduesWithinChainOperation::parent |
| protocols::task_operations::SelectResiduesWithinChainOperation::SelectResiduesWithinChainOperation | ( | ) |
References resid_.
|
overridedefault |
|
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().
|
overridevirtual |
restricts to repacking all residues outside of design_shell_ around each residue
Implements protocols::task_operations::RestrictOperationsBase.
References allow_design(), allow_repacking(), core::pack::task::operation::OperateOnCertainResidues::apply(), chain(), core::conformation::Residue::chain(), core::conformation::Conformation::chain_begin(), core::pose::Pose::conformation(), protocols::mean_field::max(), modify_unselected_residues(), core::conformation::Conformation::num_chains(), core::pack::task::operation::OperateOnCertainResidues::op(), resid_, core::pose::Pose::residue(), core::pack::task::operation::OperateOnCertainResidues::residue_indices(), core::pose::Pose::size(), and protocols::task_operations::TR().
|
inline |
References chain_.
Referenced by apply(), and parse_tag().
|
inline |
References core::pack::dunbrack::c, and chain_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
|
inlinestatic |
|
inline |
References protocols::match::upstream::b, and modify_unselected_residues_.
|
inline |
References modify_unselected_residues_.
Referenced by apply(), and parse_tag().
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References allow_design(), allow_repacking(), chain(), modify_unselected_residues(), resid(), resid_, and protocols::task_operations::TR().
|
static |
|
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