|
Rosetta 3.5
|
#include <RestrictToInterfaceOperation.hh>


Public Types | |
| typedef RestrictOperationsBase | parent |
Public Types inherited from protocols::toolbox::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::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| RestrictToInterfaceOperation (core::Size upper_chain=1, core::Size lower_chain=2) | |
| this ctor will generate the calculator for you (may use defaults) More... | |
| RestrictToInterfaceOperation (std::string const &calculator) | |
| virtual | ~RestrictToInterfaceOperation () |
| virtual TaskOperationOP | clone () const |
| 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... | |
Public Member Functions inherited from protocols::toolbox::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| virtual | ~RestrictOperationsBase () |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Member Functions | |
| void | make_calculator (core::Size upper_chain, core::Size lower_chain) |
| constructor helper function - makes the PoseMetricCalculator More... | |
| void | make_name (core::Size upper_chain, core::Size lower_chain) |
| constructor helper function - names the PoseMetricCalculator More... | |
Private Attributes | |
| std::string | calculator_name_ |
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.
Definition at line 39 of file RestrictToInterfaceOperation.hh.
| typedef RestrictOperationsBase protocols::toolbox::task_operations::RestrictToInterfaceOperation::parent |
Definition at line 42 of file RestrictToInterfaceOperation.hh.
| protocols::toolbox::task_operations::RestrictToInterfaceOperation::RestrictToInterfaceOperation | ( | core::Size | upper_chain = 1, |
| core::Size | lower_chain = 2 |
||
| ) |
this ctor will generate the calculator for you (may use defaults)
Definition at line 57 of file RestrictToInterfaceOperation.cc.
References make_calculator().
Referenced by clone(), and protocols::toolbox::task_operations::RestrictToInterfaceOperationCreator::create_task_operation().
| protocols::toolbox::task_operations::RestrictToInterfaceOperation::RestrictToInterfaceOperation | ( | std::string const & | calculator) |
this ctor assumes a pregenerated calculator - if you want a particular non-default cutoff distance
Definition at line 47 of file RestrictToInterfaceOperation.cc.
|
virtual |
Definition at line 83 of file RestrictToInterfaceOperation.cc.
|
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.
Definition at line 98 of file RestrictToInterfaceOperation.cc.
References calculator_name_, core::pack::task::PackerTask::restrict_to_residues(), protocols::toolbox::task_operations::RestrictOperationsBase::run_calculator(), and core::pose::Pose::total_residue().
|
virtual |
be warned if you use clone that you'll not get a new interface calculator
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
Definition at line 92 of file RestrictToInterfaceOperation.cc.
References RestrictToInterfaceOperation().
|
private |
constructor helper function - makes the PoseMetricCalculator
private helper function to make calculator - runs in the ctor
Definition at line 64 of file RestrictToInterfaceOperation.cc.
References calculator_name_, and make_name().
Referenced by RestrictToInterfaceOperation().
|
private |
constructor helper function - names the PoseMetricCalculator
private helper function to name calculator- runs in the ctor
Definition at line 78 of file RestrictToInterfaceOperation.cc.
References calculator_name_.
Referenced by make_calculator().
|
private |
Definition at line 63 of file RestrictToInterfaceOperation.hh.
Referenced by apply(), make_calculator(), and make_name().
1.8.4