|
Rosetta 3.5
|
#include <ResLvlTaskOperations.hh>


Public Types | |
| typedef ResLvlTaskOperation | parent |
Public Types inherited from core::pack::task::operation::ResLvlTaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
Public Member Functions | |
| AddBehaviorRLT () | |
| AddBehaviorRLT (std::string const &behavior) | |
| virtual | ~AddBehaviorRLT () |
| virtual ResLvlTaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (ResidueLevelTask &) const |
| Change a ResidueLevelTask in some way. The input pose is the one to which the input task will be later applied. More... | |
| virtual void | parse_tag (TagPtr) |
| parser xml-like tags to set class data/parameters More... | |
Private Attributes | |
| std::string | behavior_ |
Definition at line 96 of file ResLvlTaskOperations.hh.
Definition at line 99 of file ResLvlTaskOperations.hh.
| core::pack::task::operation::AddBehaviorRLT::AddBehaviorRLT | ( | ) |
Definition at line 187 of file ResLvlTaskOperations.cc.
Referenced by clone().
| core::pack::task::operation::AddBehaviorRLT::AddBehaviorRLT | ( | std::string const & | behavior) |
Definition at line 189 of file ResLvlTaskOperations.cc.
|
virtual |
Definition at line 194 of file ResLvlTaskOperations.cc.
|
virtual |
Change a ResidueLevelTask in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::ResLvlTaskOperation.
Definition at line 204 of file ResLvlTaskOperations.cc.
References core::pack::task::ResidueLevelTask::add_behavior(), and behavior_.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::ResLvlTaskOperation.
Definition at line 202 of file ResLvlTaskOperations.cc.
References AddBehaviorRLT().
|
virtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
Definition at line 210 of file ResLvlTaskOperations.cc.
References behavior_.
|
private |
Definition at line 108 of file ResLvlTaskOperations.hh.
Referenced by apply(), and parse_tag().
1.8.4