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

Public Member Functions | |
| SymRestrictTaskForDocking () | |
| SymRestrictTaskForDocking (core::scoring::ScoreFunctionCOP scorefxn, bool include_current, core::Real distance=8) | |
| ~SymRestrictTaskForDocking () 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 | apply (core::pose::Pose const &pose, core::pack::task::PackerTask &task) 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 | parse_tag (TagCOP, DataMap &) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| 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::scoring::ScoreFunctionCOP | scorefxn_ |
| bool | include_current_ |
| core::Real | distance_ |
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::symmetric_docking::SymRestrictTaskForDocking::SymRestrictTaskForDocking | ( | ) |
| protocols::symmetric_docking::SymRestrictTaskForDocking::SymRestrictTaskForDocking | ( | core::scoring::ScoreFunctionCOP | scorefxn, |
| bool | include_current, | ||
| core::Real | distance = 8 |
||
| ) |
|
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 protocols::scoring::Interface::calculate(), protocols::scoring::Interface::distance(), distance_, core::pack::task::PackerTask::get_self_ptr(), include_current_, core::pack::task::PackerTask::initialize_from_command_line(), core::pack::task::PackerTask::or_include_current(), core::pack::task::PackerTask::restrict_to_repacking(), scorefxn_, and protocols::scoring::Interface::set_symmetric_pack().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
1.8.7