![]() |
Rosetta Core
2014.16.56682
|
#include <ResLvlTaskOperation.hh>
Public Types | |
| typedef utility::tag::TagCOP | TagCOP |
Public Member Functions | |
| virtual ResLvlTaskOperationOP | clone () const =0 |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (ResidueLevelTask &) const =0 |
| 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... | |
|
pure virtual |
Change a ResidueLevelTask in some way. The input pose is the one to which the input task will be later applied.
Implemented in core::pack::task::operation::AddBehaviorRLT, core::pack::task::operation::PreventRepackingRLT, core::pack::task::operation::DisallowIfNonnativeRLT, core::pack::task::operation::RestrictAbsentCanonicalAASRLT, and core::pack::task::operation::RestrictToRepackingRLT.
|
pure virtual |
Create another task operation of the type matching the most-derived version of the class.
Implemented in core::pack::task::operation::AddBehaviorRLT, core::pack::task::operation::PreventRepackingRLT, core::pack::task::operation::DisallowIfNonnativeRLT, core::pack::task::operation::RestrictAbsentCanonicalAASRLT, and core::pack::task::operation::RestrictToRepackingRLT.
|
inlinevirtual |
parser xml-like tags to set class data/parameters
Reimplemented in core::pack::task::operation::AddBehaviorRLT, core::pack::task::operation::DisallowIfNonnativeRLT, and core::pack::task::operation::RestrictAbsentCanonicalAASRLT.
1.8.7