|
Rosetta 3.5
|
#include <RemodelRotamerLinks.hh>


Public Types | |
| typedef core::pose::Pose | Pose |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| 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 | |
| virtual | ~RemodelRotamerLinks () |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (Pose const &pose, PackerTask &ptask) 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... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Definition at line 25 of file RemodelRotamerLinks.hh.
Definition at line 31 of file RemodelRotamerLinks.hh.
Definition at line 28 of file RemodelRotamerLinks.hh.
| typedef core::pack::task::operation::TaskOperation protocols::forge::remodel::RemodelRotamerLinks::TaskOperation |
Definition at line 29 of file RemodelRotamerLinks.hh.
| typedef core::pack::task::operation::TaskOperationOP protocols::forge::remodel::RemodelRotamerLinks::TaskOperationOP |
Definition at line 30 of file RemodelRotamerLinks.hh.
|
virtual |
Definition at line 49 of file RemodelRotamerLinks.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 61 of file RemodelRotamerLinks.cc.
References core::pack::task::PackerTask::rotamer_links(), and core::pose::Pose::total_residue().
|
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 51 of file RemodelRotamerLinks.cc.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 57 of file RemodelRotamerLinks.cc.
1.8.4