|
Rosetta 3.5
|
#include <ResLvlTaskOperation.hh>


Public Types | |
| typedef utility::tag::TagPtr | TagPtr |
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 (TagPtr) |
| parser xml-like tags to set class data/parameters More... | |
Definition at line 45 of file ResLvlTaskOperation.hh.
| typedef utility::tag::TagPtr core::pack::task::operation::ResLvlTaskOperation::TagPtr |
Definition at line 48 of file ResLvlTaskOperation.hh.
|
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.
Definition at line 59 of file ResLvlTaskOperation.hh.
1.8.4