![]() |
Rosetta Core
2014.16.56682
|
#include <TaskOperations.hh>
Public Types | |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| SetRotamerCouplings () | |
| BEGIN SetRotamerCouplings. More... | |
| SetRotamerCouplings (SetRotamerCouplings const &) | |
| virtual | ~SetRotamerCouplings () |
| SetRotamerCouplings const & | operator= (SetRotamerCouplings 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_couplings (rotamer_set::RotamerCouplingsOP couplings) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| 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::RotamerCouplingsCOP | rotamer_couplings_ |
| core::pack::task::operation::SetRotamerCouplings::SetRotamerCouplings | ( | ) |
BEGIN SetRotamerCouplings.
Referenced by clone().
| core::pack::task::operation::SetRotamerCouplings::SetRotamerCouplings | ( | SetRotamerCouplings const & | src | ) |
|
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_couplings(), and rotamer_couplings_.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References SetRotamerCouplings().
| SetRotamerCouplings const & core::pack::task::operation::SetRotamerCouplings::operator= | ( | SetRotamerCouplings const & | rhs | ) |
References rotamer_couplings_.
| void core::pack::task::operation::SetRotamerCouplings::set_couplings | ( | rotamer_set::RotamerCouplingsOP | couplings | ) |
References rotamer_couplings_.
|
private |
Referenced by apply(), operator=(), and set_couplings().
1.8.7