![]() |
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 | |
| DisallowIfNonnativeRLT () | |
| DisallowIfNonnativeRLT (utility::vector1< bool > disallowed_aas) | |
| virtual | ~DisallowIfNonnativeRLT () |
| virtual ResLvlTaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (ResidueLevelTask &rlt) const |
| Change a ResidueLevelTask in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | clear () |
| void | disallow_aas (utility::vector1< bool > const &cannonical_disallowed) |
| void | disallow_aas (std::string const &aa_string) |
| virtual void | parse_tag (TagCOP) |
| parser xml-like tags to set class data/parameters More... | |
Private Member Functions | |
| utility::vector1< bool > | invert_vector (utility::vector1< bool > disallowed_aas) |
Private Attributes | |
| utility::vector1< bool > | disallowed_aas_ |
| utility::vector1< bool > | allowed_aas_ |
| core::pack::task::operation::DisallowIfNonnativeRLT::DisallowIfNonnativeRLT | ( | ) |
| core::pack::task::operation::DisallowIfNonnativeRLT::DisallowIfNonnativeRLT | ( | utility::vector1< bool > | disallowed_aas | ) |
|
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 allowed_aas_, core::chemical::num_canonical_aas, core::pack::task::ResidueLevelTask::restrict_nonnative_canonical_aas(), and runtime_assert.
| void core::pack::task::operation::DisallowIfNonnativeRLT::clear | ( | ) |
References allowed_aas_, and disallowed_aas_.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::ResLvlTaskOperation.
References DisallowIfNonnativeRLT().
| void core::pack::task::operation::DisallowIfNonnativeRLT::disallow_aas | ( | utility::vector1< bool > const & | cannonical_disallowed | ) |
References allowed_aas_, disallowed_aas_, invert_vector(), core::chemical::num_canonical_aas, and runtime_assert.
Referenced by parse_tag().
| void core::pack::task::operation::DisallowIfNonnativeRLT::disallow_aas | ( | std::string const & | aa_string | ) |
|
private |
References disallowed_aas_.
Referenced by disallow_aas().
|
virtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
References disallow_aas(), runtime_assert, and utility_exit_with_message.
|
private |
Referenced by apply(), clear(), and disallow_aas().
|
private |
Referenced by clear(), disallow_aas(), and invert_vector().
1.8.7