Rosetta 3.5
|
#include <DesignAroundOperation.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 | |
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 |
![]() | |
RestrictOperationsBase () | |
virtual | ~RestrictOperationsBase () |
![]() | |
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 | |
![]() | |
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.
protocols::toolbox::task_operations::DesignAroundOperation::DesignAroundOperation | ( | ) |
|
virtual |
|
inline |
References allow_design_.
|
inline |
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.
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.
References DesignAroundOperation().
void protocols::toolbox::task_operations::DesignAroundOperation::design_shell | ( | core::Real const | radius) |
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 |
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) |
References resid_.
Referenced by protocols::protein_interface_design::movers::Splice::apply().
|
virtual |
Reimplemented from core::pack::task::operation::TaskOperation.
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.
References allow_design(), design_shell(), repack_shell(), string_resnums_, and protocols::TR().
|
inline |
References design_shell(), design_shell_, repack_shell(), and repack_shell_.
|
inline |
References repack_shell_.
Referenced by apply(), design_shell(), parse_def(), parse_tag(), and repack_shell().
|
private |
Referenced by allow_design().
|
private |
Referenced by design_shell(), and repack_shell().
|
private |
Referenced by design_shell(), and repack_shell().
|
private |
Referenced by apply(), DesignAroundOperation(), and include_residue().
|
private |
Referenced by apply(), parse_def(), and parse_tag().