|
Rosetta 3.5
|
#include <EnzdesTaskOperations.hh>


Public Types | |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef core::pose::Pose | Pose |
| typedef core::pack::task::PackerTask | PackerTask |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| AddLigandMotifRotamers () | |
| ~AddLigandMotifRotamers () | |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| virtual void | apply (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... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Static Public Member Functions | |
| static void | register_options () |
Private Attributes | |
| protocols::motifs::LigandMotifSearchOP | motif_search_ |
Definition at line 231 of file EnzdesTaskOperations.hh.
Definition at line 237 of file EnzdesTaskOperations.hh.
Definition at line 236 of file EnzdesTaskOperations.hh.
| typedef core::pack::task::operation::TaskOperationOP protocols::enzdes::AddLigandMotifRotamers::TaskOperationOP |
Definition at line 235 of file EnzdesTaskOperations.hh.
| protocols::enzdes::AddLigandMotifRotamers::AddLigandMotifRotamers | ( | ) |
Definition at line 843 of file EnzdesTaskOperations.cc.
| protocols::enzdes::AddLigandMotifRotamers::~AddLigandMotifRotamers | ( | ) |
Definition at line 845 of file EnzdesTaskOperations.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 872 of file EnzdesTaskOperations.cc.
|
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 848 of file EnzdesTaskOperations.cc.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 854 of file EnzdesTaskOperations.cc.
|
static |
Definition at line 838 of file EnzdesTaskOperations.cc.
|
private |
Definition at line 240 of file EnzdesTaskOperations.hh.
1.8.4