|
Rosetta 3.5
|
#include <RestrictToCDRH3Loop.hh>


Public Types | |
| typedef core::pack::task::operation::TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| 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... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| 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' |
Definition at line 36 of file RestrictToCDRH3Loop.hh.
| typedef core::pack::task::operation::TaskOperation protocols::toolbox::task_operations::RestrictToCDRH3Loop::parent |
Definition at line 39 of file RestrictToCDRH3Loop.hh.
| protocols::toolbox::task_operations::RestrictToCDRH3Loop::RestrictToCDRH3Loop | ( | ) |
Definition at line 39 of file RestrictToCDRH3Loop.cc.
Referenced by clone().
| protocols::toolbox::task_operations::RestrictToCDRH3Loop::RestrictToCDRH3Loop | ( | RestrictToCDRH3Loop const & | src) |
Definition at line 41 of file RestrictToCDRH3Loop.cc.
|
virtual |
Definition at line 43 of file RestrictToCDRH3Loop.cc.
|
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.
Definition at line 50 of file RestrictToCDRH3Loop.cc.
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.
Definition at line 45 of file RestrictToCDRH3Loop.cc.
References RestrictToCDRH3Loop().
|
private |
Definition at line 73 of file RestrictToCDRH3Loop.cc.
References heavy_chain, core::pose::Pose::pdb_info(), pdb_numbered_h3_loop_end, and pdb_numbered_h3_loop_start.
Referenced by apply().
|
staticprivate |
Definition at line 61 of file RestrictToCDRH3Loop.hh.
Referenced by residue_is_in_h3_loop().
|
staticprivate |
Definition at line 60 of file RestrictToCDRH3Loop.hh.
Referenced by residue_is_in_h3_loop().
|
staticprivate |
Definition at line 59 of file RestrictToCDRH3Loop.hh.
Referenced by residue_is_in_h3_loop().
1.8.4