Rosetta
|
#include <PreventChainFromRepackingOperation.hh>
Public Types | |
typedef RestrictOperationsBase | parent |
![]() | |
typedef core::pack::task::operation::TaskOperation | TaskOperation |
typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
typedef TaskOperation | parent |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
typedef pose::Pose | Pose |
Public Member Functions | |
PreventChainFromRepackingOperation () | |
PreventChainFromRepackingOperation (core::Size const chain) | |
void | chain (core::Size const chain) |
core::Size | chain () const |
~PreventChainFromRepackingOperation () 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... | |
![]() | |
RestrictOperationsBase () | |
~RestrictOperationsBase () override | |
![]() | |
~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_ |
Additional Inherited Members | |
![]() | |
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::PreventChainFromRepackingOperation::parent |
|
default |
protocols::task_operations::PreventChainFromRepackingOperation::PreventChainFromRepackingOperation | ( | core::Size const | chain | ) |
|
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 protocols::task_operations::RestrictOperationsBase.
References core::pack::task::operation::PreventRepacking::apply(), chain(), chain_, core::conformation::Conformation::chain_begin(), core::conformation::Conformation::chain_end(), core::pose::Pose::conformation(), core::pack::task::operation::PreventRepacking::include_residue(), and core::conformation::Conformation::num_chains().
Referenced by protocols::task_operations::ProteinInterfaceDesignOperation::apply().
core::Size protocols::task_operations::PreventChainFromRepackingOperation::chain | ( | ) | const |
References chain_.
Referenced by apply(), chain(), and parse_tag().
void protocols::task_operations::PreventChainFromRepackingOperation::chain | ( | core::Size const | chain | ) |
References chain(), and chain_.
Referenced by protocols::task_operations::ProteinInterfaceDesignOperation::apply().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
|
inlinestatic |
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References chain().
|
static |
|
private |