|
Rosetta 3.5
|
#include <TaskOperations.hh>


Public Types | |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| virtual | ~InitializeFromCommandline () |
| BEGIN InitializeFromCommandline. More... | |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (pose::Pose const &, 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 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) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
Definition at line 178 of file TaskOperations.hh.
Definition at line 181 of file TaskOperations.hh.
|
virtual |
BEGIN InitializeFromCommandline.
Definition at line 375 of file TaskOperations.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 388 of file TaskOperations.cc.
References core::pack::task::PackerTask::initialize_from_command_line().
Referenced by protocols::optimize_weights::IterativeOptEDriver::get_nat_aa_opte_data(), protocols::optimize_weights::IterativeOptEDriver::get_nat_rot_opte_data(), and protocols::flxbb::DesignTask_Layer::setup().
|
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 382 of file TaskOperations.cc.
|
virtual |
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 399 of file TaskOperations.cc.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 394 of file TaskOperations.cc.
1.8.4