![]() |
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 | |
| RestrictAbsentCanonicalAASRLT () | |
| ~RestrictAbsentCanonicalAASRLT () override | |
| ResLvlTaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (ResidueLevelTask &) 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 | aas_to_keep (utility::vector1< bool > const &) |
| void | aas_to_keep (std::string const &) |
| 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 Attributes | |
| utility::vector1< bool > | canonical_aas_to_keep_ |
| core::pack::task::operation::RestrictAbsentCanonicalAASRLT::RestrictAbsentCanonicalAASRLT | ( | ) |
|
overridedefault |
| void core::pack::task::operation::RestrictAbsentCanonicalAASRLT::aas_to_keep | ( | utility::vector1< bool > const & | aa_flags | ) |
References canonical_aas_to_keep_, and core::chemical::num_canonical_aas.
Referenced by parse_tag(), and protocols::fold_from_loops::NubInitioMover::repack().
| void core::pack::task::operation::RestrictAbsentCanonicalAASRLT::aas_to_keep | ( | std::string const & | aastring | ) |
|
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 canonical_aas_to_keep_, and core::pack::task::ResidueLevelTask::restrict_absent_canonical_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().
|
static |
|
overridevirtual |
parser xml-like tags to set class data/parameters
Reimplemented from core::pack::task::operation::ResLvlTaskOperation.
References aas_to_keep().
|
static |
|
private |
Referenced by aas_to_keep(), and apply().
1.8.7