![]() |
Rosetta
2021.16
|
#include <RestrictIdentitiesAtAlignedPositions.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 | |
| RestrictIdentitiesAtAlignedPositionsOperation () | |
| ~RestrictIdentitiesAtAlignedPositionsOperation () 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 |
| 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, DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| utility::vector1< core::Size > | res_ids () const |
| void | res_ids (utility::vector1< core::Size > const &s) |
| void | source_pose (std::string const &s) |
| void | chain (core::Size const c) |
| core::Size | chain () const |
| void | design_only_target_residues (bool const b) |
| bool | design_only_target_residues () const |
| bool | prevent_repacking () const |
| void | prevent_repacking (bool const b) |
| void | keep_aas (std::string const &s) |
| std::string | keep_aas () const |
| void | restrict_identities (bool const b) |
| bool | restrict_identities () const |
| void | repack_shell (core::Real r) |
| core::Real | repack_shell () |
| core::Real | design_shell () |
| void | design_shell (core::Real r) |
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::pose::PoseOP | source_pose_ |
| utility::vector1< core::Size > | res_ids_ |
| core::Size | chain_ |
| bool | design_only_target_residues_ |
| bool | prevent_repacking_ |
| std::string | keep_aas_ |
| bool | restrict_identities_ |
| core::Real | design_shell_ |
| core::Real | repack_shell_ |
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::RestrictIdentitiesAtAlignedPositionsOperation::parent |
| protocols::task_operations::RestrictIdentitiesAtAlignedPositionsOperation::RestrictIdentitiesAtAlignedPositionsOperation | ( | ) |
References res_ids_, and source_pose_.
|
override |
|
overridevirtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements protocols::task_operations::RestrictOperationsBase.
References core::pack::task::operation::OperateOnCertainResidues::apply(), chain(), design_only_target_residues(), protocols::task_operations::DesignAroundOperation::design_shell(), design_shell_, protocols::rosetta_scripts::find_nearest_res(), keep_aas_, core::conformation::Residue::name1(), core::pack::task::operation::OperateOnCertainResidues::op(), prevent_repacking(), repack_shell_, res_ids_, core::pose::Pose::residue(), core::pack::task::operation::OperateOnCertainResidues::residue_indices(), restrict_identities(), source_pose_, and protocols::task_operations::TR().
|
inline |
References core::pack::dunbrack::c, and chain_.
|
inline |
References chain_.
Referenced by apply(), and parse_tag().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
|
inline |
References protocols::match::upstream::b, and design_only_target_residues_.
|
inline |
References design_only_target_residues_.
Referenced by apply(), and parse_tag().
|
inline |
References design_shell_.
Referenced by parse_tag().
|
inline |
References design_shell_.
|
inline |
References keep_aas_.
|
inline |
References keep_aas_.
|
inlinestatic |
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References chain(), design_only_target_residues(), design_shell(), keep_aas_, core::pose::parse_resnum(), prevent_repacking(), repack_shell(), res_ids_, restrict_identities(), source_pose(), source_pose_, and protocols::task_operations::TR().
|
inline |
References prevent_repacking_.
Referenced by apply(), and parse_tag().
|
inline |
References protocols::match::upstream::b, and prevent_repacking_.
|
static |
|
inline |
References repack_shell_.
|
inline |
References repack_shell_.
Referenced by parse_tag().
|
inline |
References res_ids_.
|
inline |
References res_ids_.
|
inline |
References protocols::match::upstream::b, and restrict_identities_.
|
inline |
References restrict_identities_.
Referenced by apply(), and parse_tag().
| void protocols::task_operations::RestrictIdentitiesAtAlignedPositionsOperation::source_pose | ( | std::string const & | s | ) |
References core::import_pose::PDB_file, core::import_pose::pose_from_file(), and source_pose_.
Referenced by parse_tag().
|
private |
Referenced by chain().
|
private |
Referenced by design_only_target_residues().
|
private |
Referenced by apply(), and design_shell().
|
private |
Referenced by apply(), keep_aas(), and parse_tag().
|
private |
Referenced by prevent_repacking().
|
private |
Referenced by apply(), and repack_shell().
|
private |
Referenced by apply(), parse_tag(), res_ids(), and RestrictIdentitiesAtAlignedPositionsOperation().
|
private |
Referenced by restrict_identities().
|
private |
Referenced by apply(), parse_tag(), RestrictIdentitiesAtAlignedPositionsOperation(), and source_pose().
1.8.7