![]() |
Rosetta Core
2014.16.56682
|
#include <ResLvlTaskOperations.hh>
Public Types | |
| typedef ResLvlTaskOperation | parent |
Public Types inherited from core::pack::task::operation::ResLvlTaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
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 (TagCOP) |
| parser xml-like tags to set class data/parameters More... | |
Private Attributes | |
| std::string | behavior_ |
| core::pack::task::operation::AddBehaviorRLT::AddBehaviorRLT | ( | ) |
Referenced by clone().
| core::pack::task::operation::AddBehaviorRLT::AddBehaviorRLT | ( | std::string const & | behavior | ) |
|
virtual |
|
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.
References core::pack::task::ResidueLevelTask::add_behavior(), behavior_, and runtime_assert.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::ResLvlTaskOperation.
References AddBehaviorRLT().
|
virtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
References behavior_, runtime_assert, and utility_exit_with_message.
|
private |
Referenced by apply(), and parse_tag().
1.8.7