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... | |
![]() | |
virtual | ~TaskOperation () |
virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Attributes | |
core::Size | target_residue_ |
SearchPatternOP | pattern_ |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagPtr | TagPtr |
typedef pose::Pose | Pose |
protocols::hotspot_hashing::AddSearchPatternRotSetOp::AddSearchPatternRotSetOp | ( | core::Size | target_residue, |
SearchPatternOP | pattern | ||
) |
Referenced by clone().
protocols::hotspot_hashing::AddSearchPatternRotSetOp::~AddSearchPatternRotSetOp | ( | ) |
|
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::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.
References AddSearchPatternRotSetOp().
|
virtual |
not valid now, extend with search pattern parsing
Reimplemented from core::pack::task::operation::TaskOperation.
|
private |
Referenced by apply().
|
private |
Referenced by apply().