![]() |
Rosetta
2021.16
|
#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) | |
| ~AddBehaviorRLT () override | |
| ResLvlTaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (ResidueLevelTask &) const override |
| Change a ResidueLevelTask in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | parse_tag (TagCOP) override |
| parser xml-like tags to set class data/parameters More... | |
Public Member Functions inherited from core::pack::task::operation::ResLvlTaskOperation | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static std::string | keyname () |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Attributes | |
| std::string | behavior_ |
| core::pack::task::operation::AddBehaviorRLT::AddBehaviorRLT | ( | ) |
| core::pack::task::operation::AddBehaviorRLT::AddBehaviorRLT | ( | std::string const & | behavior | ) |
|
overridedefault |
|
overridevirtual |
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(), and behavior_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::ResLvlTaskOperation.
|
static |
Referenced by core::pack::task::operation::AddBehaviorRLTCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
References behavior_.
|
static |
|
private |
Referenced by apply(), and parse_tag().
1.8.7