|
Rosetta 3.5
|
when a PackerTask is created by the Factory, the RotamerOperation will be given to it More...
#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 | |
| AppendRotamer () | |
| BEGIN AppendRotamer. More... | |
| virtual | ~AppendRotamer () |
| AppendRotamer (rotamer_set::RotamerOperationOP rotamer_operation) | |
| AppendRotamer (AppendRotamer const &) | |
| 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... | |
| void | set_rotamer_operation (rotamer_set::RotamerOperationOP rotamer_operation) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| 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 | |
| rotamer_set::RotamerOperationOP | rotamer_operation_ |
when a PackerTask is created by the Factory, the RotamerOperation will be given to it
Definition at line 388 of file TaskOperations.hh.
Definition at line 391 of file TaskOperations.hh.
| core::pack::task::operation::AppendRotamer::AppendRotamer | ( | ) |
|
virtual |
Definition at line 815 of file TaskOperations.cc.
| core::pack::task::operation::AppendRotamer::AppendRotamer | ( | rotamer_set::RotamerOperationOP | rotamer_operation) |
Definition at line 818 of file TaskOperations.cc.
| core::pack::task::operation::AppendRotamer::AppendRotamer | ( | AppendRotamer const & | src) |
Definition at line 822 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 837 of file TaskOperations.cc.
References core::pack::task::PackerTask::append_rotamer_operation(), and rotamer_operation_.
|
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 831 of file TaskOperations.cc.
References AppendRotamer().
| void core::pack::task::operation::AppendRotamer::set_rotamer_operation | ( | rotamer_set::RotamerOperationOP | rotamer_operation) |
Definition at line 843 of file TaskOperations.cc.
References rotamer_operation_.
|
private |
Definition at line 403 of file TaskOperations.hh.
Referenced by apply(), and set_rotamer_operation().
1.8.4