![]() |
Rosetta Protocols
2014.16.56682
|
#include <RestrictToInterfaceOperation.hh>
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 |
Public Member Functions inherited from protocols::toolbox::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| virtual | ~RestrictOperationsBase () |
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.
| typedef RestrictOperationsBase protocols::toolbox::task_operations::RestrictToInterfaceOperation::parent |
| 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)
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
|
virtual |
|
virtual |
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
References calculator_name_, protocols::antibody::design::repack, 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.
References RestrictToInterfaceOperation().
|
private |
constructor helper function - makes the PoseMetricCalculator
private helper function to make calculator - runs in the ctor
References calculator_name_, make_name(), and Warning().
Referenced by RestrictToInterfaceOperation().
|
private |
constructor helper function - names the PoseMetricCalculator
private helper function to name calculator- runs in the ctor
References calculator_name_, and utility::to_string().
Referenced by make_calculator().
|
private |
Referenced by apply(), make_calculator(), and make_name().
1.8.7