![]() |
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 | |
| DisallowIfNonnativeRLT () | |
| DisallowIfNonnativeRLT (utility::vector1< bool > disallowed_aas) | |
| ~DisallowIfNonnativeRLT () override | |
| ResLvlTaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (ResidueLevelTask &rlt) 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 | clear () |
| void | disallow_aas (utility::vector1< bool > const &canonical_disallowed) |
| void | disallow_aas (std::string const &aa_string) |
| 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 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 | ) |
|
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 allowed_aas_, core::chemical::num_canonical_aas, and core::pack::task::ResidueLevelTask::restrict_nonnative_canonical_aas().
| void core::pack::task::operation::DisallowIfNonnativeRLT::clear | ( | ) |
References allowed_aas_, and disallowed_aas_.
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::ResLvlTaskOperation.
Referenced by protocols::fold_from_loops::NubInitioMover::repack(), and protocols::fold_from_loops::movers::NubInitioLoopClosureMover::repack().
| void core::pack::task::operation::DisallowIfNonnativeRLT::disallow_aas | ( | utility::vector1< bool > const & | canonical_disallowed | ) |
| void core::pack::task::operation::DisallowIfNonnativeRLT::disallow_aas | ( | std::string const & | aa_string | ) |
|
private |
Referenced by disallow_aas().
|
static |
|
overridevirtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
References disallow_aas().
|
static |
|
private |
Referenced by apply(), clear(), and disallow_aas().
|
private |
Referenced by clear(), and disallow_aas().
1.8.7