|
Rosetta 3.5
|
#include <DesignAroundOperation.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 | |
| DesignAroundOperation () | |
| void | design_shell (core::Real const radius) |
| core::Real | design_shell () const |
| void | include_residue (core::Size const resid) |
| virtual | ~DesignAroundOperation () |
| 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 |
| restricts to repacking all residues outside of design_shell_ around each residue More... | |
| 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) |
| void | repack_shell (core::Real const repack_shell) |
| core::Real | repack_shell () const |
| void | allow_design (bool const a) |
| bool | allow_design () const |
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 () |
Private Attributes | |
| core::Real | design_shell_ |
| core::Real | repack_shell_ |
| bool | allow_design_ |
| std::set< core::Size > | resid_ |
| std::string | string_resnums_ |
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 41 of file DesignAroundOperation.hh.
Definition at line 44 of file DesignAroundOperation.hh.
| protocols::toolbox::task_operations::DesignAroundOperation::DesignAroundOperation | ( | ) |
|
virtual |
Definition at line 72 of file DesignAroundOperation.cc.
|
inline |
Definition at line 71 of file DesignAroundOperation.hh.
References allow_design_.
|
inline |
Definition at line 72 of file DesignAroundOperation.hh.
References allow_design_.
Referenced by apply(), parse_def(), and parse_tag().
|
virtual |
restricts to repacking all residues outside of design_shell_ around each residue
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
Definition at line 87 of file DesignAroundOperation.cc.
References allow_design(), design_shell(), core::kinematics::distance(), core::pose::get_resnum_list(), core::conformation::Residue::nbr_atom(), core::pack::task::operation::OperateOnCertainResidues::op(), repack_shell(), resid_, core::pose::Pose::residue(), string_resnums_, core::pose::Pose::total_residue(), and core::conformation::Residue::xyz().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::toolbox::task_operations::RestrictOperationsBase.
Definition at line 80 of file DesignAroundOperation.cc.
References DesignAroundOperation().
| void protocols::toolbox::task_operations::DesignAroundOperation::design_shell | ( | core::Real const | radius) |
Definition at line 145 of file DesignAroundOperation.cc.
References design_shell_, repack_shell(), and repack_shell_.
Referenced by protocols::simple_moves::ForceDisulfidesMover::apply(), protocols::toolbox::task_operations::RestrictIdentitiesAtAlignedPositionsOperation::apply(), protocols::toolbox::task_operations::RestrictToAlignedSegmentsOperation::apply(), protocols::toolbox::task_operations::ProteinInterfaceDesignOperation::apply(), protocols::protein_interface_design::movers::Splice::apply(), protocols::simple_filters::RotamerBoltzmannWeight::compute_Boltzmann_weight(), protocols::toolbox::pose_metric_calculators::RotamerBoltzCalculator::init_task(), and protocols::protein_interface_design::filters::FilterScanFilter::single_substitution().
|
inline |
Definition at line 49 of file DesignAroundOperation.hh.
References design_shell_.
Referenced by apply(), parse_def(), parse_tag(), and repack_shell().
| void protocols::toolbox::task_operations::DesignAroundOperation::include_residue | ( | core::Size const | resid) |
Definition at line 153 of file DesignAroundOperation.cc.
References resid_.
Referenced by protocols::protein_interface_design::movers::Splice::apply().
|
virtual |
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 168 of file DesignAroundOperation.cc.
References allow_design(), design_shell(), core::sequence::end, repack_shell(), string_resnums_, and protocols::TR().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 159 of file DesignAroundOperation.cc.
References allow_design(), design_shell(), repack_shell(), string_resnums_, and protocols::TR().
|
inline |
Definition at line 64 of file DesignAroundOperation.hh.
References design_shell(), design_shell_, repack_shell(), and repack_shell_.
|
inline |
Definition at line 69 of file DesignAroundOperation.hh.
References repack_shell_.
Referenced by apply(), design_shell(), parse_def(), parse_tag(), and repack_shell().
|
private |
Definition at line 75 of file DesignAroundOperation.hh.
Referenced by allow_design().
|
private |
Definition at line 74 of file DesignAroundOperation.hh.
Referenced by design_shell(), and repack_shell().
|
private |
Definition at line 74 of file DesignAroundOperation.hh.
Referenced by design_shell(), and repack_shell().
|
private |
Definition at line 76 of file DesignAroundOperation.hh.
Referenced by apply(), DesignAroundOperation(), and include_residue().
|
private |
Definition at line 77 of file DesignAroundOperation.hh.
Referenced by apply(), parse_def(), and parse_tag().
1.8.4