![]() |
Rosetta
2021.16
|
#include <SearchPatternRotSetOp.hh>

Public Member Functions | |
| AddSearchPatternRotSetOp (core::Size target_residue, SearchPatternOP pattern) | |
| ~AddSearchPatternRotSetOp () override | |
| core::pack::task::operation::TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | parse_tag (TagCOP tag, DataMap &) override |
| void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) const override |
| 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 | |
| ~TaskOperation () override | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Private Attributes | |
| core::Size | target_residue_ |
| SearchPatternOP | pattern_ |
Additional Inherited Members | |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
| protocols::hotspot_hashing::AddSearchPatternRotSetOp::AddSearchPatternRotSetOp | ( | core::Size | target_residue, |
| SearchPatternOP | pattern | ||
| ) |
|
overridedefault |
|
overridevirtual |
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_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
overridevirtual |
not valid now, extend with search pattern parsing
Reimplemented from core::pack::task::operation::TaskOperation.
|
private |
Referenced by apply().
|
private |
Referenced by apply().
1.8.7