Rosetta 3.5
|
#include <SymRestrictTaskForDocking.hh>
Public Member Functions | |
SymRestrictTaskForDocking () | |
SymRestrictTaskForDocking (core::scoring::ScoreFunctionCOP scorefxn, bool include_current, core::Real distance=8) | |
virtual | ~SymRestrictTaskForDocking () |
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... | |
![]() | |
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 Attributes | |
core::scoring::ScoreFunctionCOP | scorefxn_ |
bool | include_current_ |
core::Real | distance_ |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagPtr | TagPtr |
typedef pose::Pose | Pose |
protocols::symmetric_docking::SymRestrictTaskForDocking::SymRestrictTaskForDocking | ( | ) |
Referenced by clone().
protocols::symmetric_docking::SymRestrictTaskForDocking::SymRestrictTaskForDocking | ( | core::scoring::ScoreFunctionCOP | scorefxn, |
bool | include_current, | ||
core::Real | distance = 8 |
||
) |
|
virtual |
|
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 protocols::scoring::Interface::calculate(), protocols::scoring::Interface::distance(), distance_, 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().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References SymRestrictTaskForDocking().
|
private |
Referenced by apply().
|
private |
Referenced by apply().
|
private |
Referenced by apply().