![]() |
Rosetta Core
2014.35
|
when a PackerTask is created by the Factory, the RotamerSetOperation will be given to it More...
#include <TaskOperations.hh>
Public Types | |
typedef TaskOperation | parent |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
typedef pose::Pose | Pose |
Public Member Functions | |
AppendRotamerSet () | |
BEGIN AppendRotamerSet. More... | |
virtual | ~AppendRotamerSet () |
AppendRotamerSet (rotamer_set::RotamerSetOperationOP rotamer_set_operation) | |
AppendRotamerSet (AppendRotamerSet 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_set_operation (rotamer_set::RotamerSetOperationOP rotamer_operation) |
![]() | |
virtual | ~TaskOperation () |
virtual void | parse_tag (TagCOP, DataMap &) |
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::RotamerSetOperationOP | rotamer_set_operation_ |
when a PackerTask is created by the Factory, the RotamerSetOperation will be given to it
core::pack::task::operation::AppendRotamerSet::AppendRotamerSet | ( | ) |
BEGIN AppendRotamerSet.
Referenced by clone().
|
virtual |
core::pack::task::operation::AppendRotamerSet::AppendRotamerSet | ( | rotamer_set::RotamerSetOperationOP | rotamer_set_operation | ) |
core::pack::task::operation::AppendRotamerSet::AppendRotamerSet | ( | AppendRotamerSet const & | src | ) |
|
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::append_rotamerset_operation(), and rotamer_set_operation_.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References AppendRotamerSet().
void core::pack::task::operation::AppendRotamerSet::set_rotamer_set_operation | ( | rotamer_set::RotamerSetOperationOP | rotamer_operation | ) |
References rotamer_set_operation_.
|
private |
Referenced by apply(), and set_rotamer_set_operation().