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 |
![]() | |
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... | |
![]() | |
virtual | ~TaskOperation () |
virtual void | parse_def (utility::lua::LuaObject const &def) |
typedef core::pack::task::operation::TaskOperation protocols::forge::remodel::RemodelRotamerLinks::TaskOperation |
typedef core::pack::task::operation::TaskOperationOP protocols::forge::remodel::RemodelRotamerLinks::TaskOperationOP |
|
virtual |
|
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.
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.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.