Rosetta 3.5
|
#include <RestrictToCDRH3Loop.hh>
Public Types | |
typedef core::pack::task::operation::TaskOperation | parent |
![]() | |
typedef utility::tag::TagPtr | TagPtr |
typedef pose::Pose | Pose |
Public Member Functions | |
RestrictToCDRH3Loop () | |
RestrictToCDRH3Loop (RestrictToCDRH3Loop const &src) | |
virtual | ~RestrictToCDRH3Loop () |
virtual core::pack::task::operation::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 &pose, core::pack::task::PackerTask &task) const |
Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
![]() | |
virtual | ~TaskOperation () |
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) |
Private Member Functions | |
bool | residue_is_in_h3_loop (core::pose::Pose const &pose, Size residue_number) const |
Static Private Attributes | |
static Size const | pdb_numbered_h3_loop_start = 107 |
static Size const | pdb_numbered_h3_loop_end = 138 |
static char const | heavy_chain = 'H' |
typedef core::pack::task::operation::TaskOperation protocols::toolbox::task_operations::RestrictToCDRH3Loop::parent |
protocols::toolbox::task_operations::RestrictToCDRH3Loop::RestrictToCDRH3Loop | ( | ) |
Referenced by clone().
protocols::toolbox::task_operations::RestrictToCDRH3Loop::RestrictToCDRH3Loop | ( | RestrictToCDRH3Loop const & | src) |
|
virtual |
|
virtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
References core::pack::task::operation::RestrictResidueToRepacking::apply(), core::pack::task::operation::PreventRepacking::apply(), core::pack::task::operation::RestrictResidueToRepacking::include_residue(), core::pack::task::operation::PreventRepacking::include_residue(), residue_is_in_h3_loop(), and core::pose::Pose::total_residue().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References RestrictToCDRH3Loop().
|
private |
References heavy_chain, core::pose::Pose::pdb_info(), pdb_numbered_h3_loop_end, and pdb_numbered_h3_loop_start.
Referenced by apply().
|
staticprivate |
Referenced by residue_is_in_h3_loop().
|
staticprivate |
Referenced by residue_is_in_h3_loop().
|
staticprivate |
Referenced by residue_is_in_h3_loop().