![]() |
Rosetta Core
2014.35
|
#include <ResLvlTaskOperations.hh>
Public Types | |
typedef ResLvlTaskOperation | parent |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
Public Member Functions | |
RestrictAbsentCanonicalAASRLT () | |
virtual | ~RestrictAbsentCanonicalAASRLT () |
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... | |
void | aas_to_keep (utility::vector1< bool > const &) |
void | aas_to_keep (std::string const &) |
virtual void | parse_tag (TagCOP) |
parser xml-like tags to set class data/parameters More... | |
Private Attributes | |
utility::vector1< bool > | canonical_aas_to_keep_ |
core::pack::task::operation::RestrictAbsentCanonicalAASRLT::RestrictAbsentCanonicalAASRLT | ( | ) |
|
virtual |
void core::pack::task::operation::RestrictAbsentCanonicalAASRLT::aas_to_keep | ( | utility::vector1< bool > const & | aa_flags | ) |
References canonical_aas_to_keep_, core::chemical::num_canonical_aas, and runtime_assert.
Referenced by parse_tag().
void core::pack::task::operation::RestrictAbsentCanonicalAASRLT::aas_to_keep | ( | std::string const & | aastring | ) |
|
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 canonical_aas_to_keep_, and core::pack::task::ResidueLevelTask::restrict_absent_canonical_aas().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::ResLvlTaskOperation.
References RestrictAbsentCanonicalAASRLT().
|
virtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
References aas_to_keep(), runtime_assert, and utility_exit_with_message.
|
private |
Referenced by aas_to_keep(), and apply().