Rosetta 3.5
|
#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::TagPtr | TagPtr |
typedef pose::Pose | Pose |
Public Member Functions | |
PreventChainFromRepackingOperation () | |
PreventChainFromRepackingOperation (core::Size const chain) | |
void | chain (core::Size const chain) |
core::Size | chain () const |
virtual | ~PreventChainFromRepackingOperation () |
virtual TaskOperationOP | clone () const |
Create another task operation of the type matching the most-derived version of the class. More... | |
virtual void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const |
Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
virtual void | parse_tag (TagPtr) |
Used to parse an xml-like tag to load parameters and properties. More... | |
![]() | |
RestrictOperationsBase () | |
virtual | ~RestrictOperationsBase () |
![]() | |
virtual | ~TaskOperation () |
virtual void | parse_def (utility::lua::LuaObject const &def) |
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::toolbox::task_operations::PreventChainFromRepackingOperation::parent |
protocols::toolbox::task_operations::PreventChainFromRepackingOperation::PreventChainFromRepackingOperation | ( | ) |
Referenced by clone().
protocols::toolbox::task_operations::PreventChainFromRepackingOperation::PreventChainFromRepackingOperation | ( | core::Size const | chain) |
|
virtual |
|
virtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
References chain_, core::conformation::Conformation::chain_begin(), core::conformation::Conformation::chain_end(), core::pose::Pose::conformation(), and core::pack::task::operation::PreventRepacking::include_residue().
Referenced by protocols::toolbox::task_operations::ProteinInterfaceDesignOperation::apply().
void protocols::toolbox::task_operations::PreventChainFromRepackingOperation::chain | ( | core::Size const | chain) |
References chain(), and chain_.
Referenced by protocols::toolbox::task_operations::ProteinInterfaceDesignOperation::apply().
core::Size protocols::toolbox::task_operations::PreventChainFromRepackingOperation::chain | ( | ) | const |
References chain_.
Referenced by chain(), and parse_tag().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
References PreventChainFromRepackingOperation().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References chain().
|
private |