|
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 | |
| SetRotamerLinks () | |
| BEGIN SetRotamerLinks. More... | |
| SetRotamerLinks (SetRotamerLinks const &) | |
| virtual | ~SetRotamerLinks () |
| SetRotamerLinks const & | operator= (SetRotamerLinks 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_links (rotamer_set::RotamerLinksOP links) |
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::RotamerLinksCOP | rotamer_links_ |
Definition at line 361 of file TaskOperations.hh.
Definition at line 364 of file TaskOperations.hh.
| core::pack::task::operation::SetRotamerLinks::SetRotamerLinks | ( | ) |
| core::pack::task::operation::SetRotamerLinks::SetRotamerLinks | ( | SetRotamerLinks const & | src) |
Definition at line 774 of file TaskOperations.cc.
|
virtual |
Definition at line 771 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 798 of file TaskOperations.cc.
References core::pack::task::PackerTask::rotamer_links(), and rotamer_links_.
|
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 792 of file TaskOperations.cc.
References SetRotamerLinks().
| SetRotamerLinks const & core::pack::task::operation::SetRotamerLinks::operator= | ( | SetRotamerLinks const & | rhs) |
Definition at line 781 of file TaskOperations.cc.
References rotamer_links_.
| void core::pack::task::operation::SetRotamerLinks::set_links | ( | rotamer_set::RotamerLinksOP | links) |
Definition at line 804 of file TaskOperations.cc.
References rotamer_links_.
|
private |
Definition at line 383 of file TaskOperations.hh.
Referenced by apply(), operator=(), and set_links().
1.8.4