![]() |
Rosetta Protocols
2014.16.56682
|
#include <RestrictToInterfaceVectorOperation.hh>
Private Attributes | |
| utility::vector1< core::Size > | lower_chains_ |
| private data used to pass to the definition function More... | |
| utility::vector1< core::Size > | upper_chains_ |
| bool | jump_active_ |
| core::Real | CB_dist_cutoff_ |
| core::Real | nearby_atom_cutoff_ |
| core::Real | vector_angle_cutoff_ |
| core::Real | vector_dist_cutoff_ |
this class is a TaskOperation to prevent repacking of residues not near an interface.
| typedef InterfaceTaskOperation protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::parent |
| protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::RestrictToInterfaceVectorOperation | ( | ) |
, empty contructor for parser
Referenced by clone().
| protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::RestrictToInterfaceVectorOperation | ( | core::Size const | lower_chain_id, |
| core::Size const | upper_chain_id | ||
| ) |
this ctor will generate the calculator for you (may use defaults) if you want to use chain characters make the calculator that way and pass it to the constructor above
References lower_chain(), and upper_chain().
| protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::RestrictToInterfaceVectorOperation | ( | core::Size const | lower_chain, |
| core::Size const | upper_chain, | ||
| core::Real | CB_dist_cutoff, | ||
| core::Real | nearby_atom_cutoff, | ||
| core::Real | vector_angle_cutoff, | ||
| core::Real | vector_dist_cutoff | ||
| ) |
References lower_chain(), and upper_chain().
| protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::RestrictToInterfaceVectorOperation | ( | utility::vector1_int const | movable_jumps | ) |
this ctor will generate the calculator for you (may use defaults) if you want to use chain characters make the calculator that way and pass it to the constructor above
References protocols::toolbox::task_operations::InterfaceTaskOperation::set_movable_jumps().
| protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::RestrictToInterfaceVectorOperation | ( | utility::vector1_int const | movable_jumps, |
| core::Real | CB_dist_cutoff, | ||
| core::Real | nearby_atom_cutoff, | ||
| core::Real | vector_angle_cutoff, | ||
| core::Real | vector_dist_cutoff | ||
| ) |
|
virtual |
|
virtual |
apply function, uses inherited functionality
Implements core::pack::task::operation::TaskOperation.
References core::pack::task::operation::util::calc_interface_vector(), CB_dist_cutoff_, jump_active_, lower_chains_, protocols::toolbox::task_operations::InterfaceTaskOperation::movable_jumps(), nearby_atom_cutoff_, protocols::antibody::design::repack, core::pack::task::PackerTask::restrict_to_residues(), core::pose::Pose::total_residue(), protocols::TR, upper_chains_, vector_angle_cutoff_, and vector_dist_cutoff_.
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::CB_dist_cutoff | ( | core::Real | CB_dist_cutoff | ) |
Commenting out to fix PyRosetta build void jump_num( int jump_num);.
References CB_dist_cutoff_.
Referenced by parse_tag().
|
virtual |
be warned if you use clone that you'll not get a new interface calculator
Implements core::pack::task::operation::TaskOperation.
References RestrictToInterfaceVectorOperation().
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::lower_chain | ( | core::Size | lower_chain | ) |
References jump_active_, and lower_chains_.
Referenced by lower_chain(), parse_tag(), and RestrictToInterfaceVectorOperation().
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::lower_chain | ( | utility::vector1< core::Size > | lower_chain | ) |
References jump_active_, lower_chain(), and lower_chains_.
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::nearby_atom_cutoff | ( | core::Real | nearby_atom_cutoff | ) |
References nearby_atom_cutoff_.
Referenced by parse_tag().
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::parse_tag | ( | TagCOP | tag, |
| DataMap & | |||
| ) |
parse_tag function for rosetta scripts
parse_tag function for the parser, sets reasonable values for all options
References CB_dist_cutoff(), jump_active_, jumps, lower_chain(), nearby_atom_cutoff(), protocols::toolbox::task_operations::InterfaceTaskOperation::set_movable_jumps(), utility::string_split(), protocols::TR, upper_chain(), utility_exit_with_message, vector_angle_cutoff(), and vector_dist_cutoff().
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::upper_chain | ( | core::Size | upper_chain | ) |
setters: only exist to pass info from the parser
References jump_active_, and upper_chains_.
Referenced by parse_tag(), RestrictToInterfaceVectorOperation(), and upper_chain().
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::upper_chain | ( | utility::vector1< core::Size > | upper_chain | ) |
References jump_active_, upper_chain(), and upper_chains_.
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::vector_angle_cutoff | ( | core::Real | vector_angle_cutoff | ) |
References vector_angle_cutoff_.
Referenced by parse_tag().
| void protocols::toolbox::task_operations::RestrictToInterfaceVectorOperation::vector_dist_cutoff | ( | core::Real | vector_dist_cutoff | ) |
References vector_dist_cutoff_.
Referenced by parse_tag().
|
private |
Referenced by apply(), and CB_dist_cutoff().
|
private |
Referenced by apply(), lower_chain(), parse_tag(), and upper_chain().
|
private |
private data used to pass to the definition function
Referenced by apply(), and lower_chain().
|
private |
Referenced by apply(), and nearby_atom_cutoff().
|
private |
Referenced by apply(), and upper_chain().
|
private |
Referenced by apply(), and vector_angle_cutoff().
|
private |
Referenced by apply(), and vector_dist_cutoff().
1.8.7