![]() |
Rosetta
2021.16
|
ExtraRotamer for a residue. You know, -ex1, -ex2, all that. More...
#include <TaskOperations.hh>

Public Types | |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| ExtraRotamers () | |
| ExtraRotamers (core::Size const resid, core::Size const chi, core::Size level=1) | |
| ~ExtraRotamers () override | |
| TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (pose::Pose const &, PackerTask &) const override |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | parse_tag (TagCOP, DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| 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 | |
| core::Size | resid_ |
| core::Size | chi_ |
| core::Size | level_ |
ExtraRotamer for a residue. You know, -ex1, -ex2, all that.
| core::pack::task::operation::ExtraRotamers::ExtraRotamers | ( | ) |
| core::pack::task::operation::ExtraRotamers::ExtraRotamers | ( | core::Size const | resid, |
| core::Size const | chi, | ||
| core::Size | level = 1 |
||
| ) |
|
overridedefault |
|
overridevirtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements core::pack::task::operation::TaskOperation.
References chi_, level_, core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::or_ex1(), resid_, core::pose::Pose::size(), and core::pack::task::operation::TR().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
static |
Referenced by core::pack::task::operation::ExtraRotamersCreator::keyname(), and provide_xml_schema().
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References chi_, core::pack::task::ExtraRotSampleCardinality, level_, resid_, and core::id::to_string().
|
static |
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
1.8.7