#include <DesignAroundOperation.hh>
|
| 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...
|
| |
| protocols::task_operations::DesignAroundOperation::DesignAroundOperation |
( |
| ) |
|
| protocols::task_operations::DesignAroundOperation::~DesignAroundOperation |
( |
| ) |
|
|
overridedefault |
| void protocols::task_operations::DesignAroundOperation::allow_design |
( |
bool const |
a | ) |
|
|
inline |
| bool protocols::task_operations::DesignAroundOperation::allow_design |
( |
| ) |
const |
|
inline |
restricts to repacking all residues outside of design_shell_ around each residue
Implements protocols::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(), resnums_allow_design(), core::pose::Pose::size(), string_resnums_, and core::conformation::Residue::xyz().
| void protocols::task_operations::DesignAroundOperation::design_shell |
( |
core::Real const |
radius | ) |
|
| core::Real protocols::task_operations::DesignAroundOperation::design_shell |
( |
| ) |
const |
|
inline |
| std::set< core::Size > protocols::task_operations::DesignAroundOperation::get_designable_residues |
( |
| ) |
const |
|
inline |
| void protocols::task_operations::DesignAroundOperation::include_residue |
( |
core::Size const |
resid | ) |
|
| static std::string protocols::task_operations::DesignAroundOperation::keyname |
( |
| ) |
|
|
inlinestatic |
| void protocols::task_operations::DesignAroundOperation::parse_tag |
( |
TagCOP |
tag, |
|
|
DataMap & |
|
|
) |
| |
|
overridevirtual |
| void protocols::task_operations::DesignAroundOperation::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
| void protocols::task_operations::DesignAroundOperation::repack_shell |
( |
core::Real const |
repack_shell | ) |
|
|
inline |
| core::Real protocols::task_operations::DesignAroundOperation::repack_shell |
( |
| ) |
const |
|
inline |
| void protocols::task_operations::DesignAroundOperation::resnums_allow_design |
( |
bool const |
a | ) |
|
|
inline |
| bool protocols::task_operations::DesignAroundOperation::resnums_allow_design |
( |
| ) |
const |
|
inline |
| bool protocols::task_operations::DesignAroundOperation::allow_design_ |
|
private |
| core::Real protocols::task_operations::DesignAroundOperation::design_shell_ |
|
private |
| core::Real protocols::task_operations::DesignAroundOperation::repack_shell_ |
|
private |
| std::set< core::Size > protocols::task_operations::DesignAroundOperation::resid_ |
|
private |
| bool protocols::task_operations::DesignAroundOperation::resnums_allow_design_ |
|
private |
| std::string protocols::task_operations::DesignAroundOperation::string_resnums_ |
|
private |
The documentation for this class was generated from the following files: