|
Rosetta 3.5
|
#include <SearchPatternRotSetOp.hh>


Public Member Functions | |
| AddSearchPatternRotSetOp (core::Size target_residue, SearchPatternOP pattern) | |
| ~AddSearchPatternRotSetOp () | |
| virtual core::pack::task::operation::TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | parse_tag (TagPtr tag) |
| virtual void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) 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_def (utility::lua::LuaObject const &def) |
Private Attributes | |
| core::Size | target_residue_ |
| SearchPatternOP | pattern_ |
Additional Inherited Members | |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Definition at line 69 of file SearchPatternRotSetOp.hh.
| protocols::hotspot_hashing::AddSearchPatternRotSetOp::AddSearchPatternRotSetOp | ( | core::Size | target_residue, |
| SearchPatternOP | pattern | ||
| ) |
Definition at line 134 of file SearchPatternRotSetOp.cc.
Referenced by clone().
| protocols::hotspot_hashing::AddSearchPatternRotSetOp::~AddSearchPatternRotSetOp | ( | ) |
Definition at line 141 of file SearchPatternRotSetOp.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 157 of file SearchPatternRotSetOp.cc.
References core::pack::task::ResidueLevelTask::append_rotamerset_operation(), core::pack::task::PackerTask::being_packed(), core::pack::task::PackerTask::nonconst_residue_task(), pattern_, and target_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 144 of file SearchPatternRotSetOp.cc.
References AddSearchPatternRotSetOp().
|
virtual |
not valid now, extend with search pattern parsing
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 151 of file SearchPatternRotSetOp.cc.
|
private |
Definition at line 83 of file SearchPatternRotSetOp.hh.
Referenced by apply().
|
private |
Definition at line 82 of file SearchPatternRotSetOp.hh.
Referenced by apply().
1.8.4