|
Rosetta 3.5
|
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::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| ExtraRotamers () | |
| ExtraRotamers (core::Size const resid, core::Size const chi, core::Size level=1) | |
| virtual | ~ExtraRotamers () |
| virtual TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (pose::Pose const &, PackerTask &) const |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Attributes | |
| core::Size | resid_ |
| core::Size | chi_ |
| core::Size | level_ |
ExtraRotamer for a residue. You know, -ex1, -ex2, all that.
Definition at line 514 of file TaskOperations.hh.
Definition at line 517 of file TaskOperations.hh.
| core::pack::task::operation::ExtraRotamers::ExtraRotamers | ( | ) |
Definition at line 1046 of file TaskOperations.cc.
Referenced by clone().
| core::pack::task::operation::ExtraRotamers::ExtraRotamers | ( | core::Size const | resid, |
| core::Size const | chi, | ||
| core::Size | level = 1 |
||
| ) |
Definition at line 1052 of file TaskOperations.cc.
|
virtual |
Definition at line 1058 of file TaskOperations.cc.
|
virtual |
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.
Definition at line 1071 of file TaskOperations.cc.
References chi_, level_, core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::or_ex1(), resid_, and core::pose::Pose::total_residue().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
Definition at line 1065 of file TaskOperations.cc.
References ExtraRotamers().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 1092 of file TaskOperations.cc.
References chi_, core::pack::task::ExtraRotSampleCardinality, level_, and resid_.
|
private |
Definition at line 526 of file TaskOperations.hh.
Referenced by apply(), and parse_tag().
|
private |
Definition at line 526 of file TaskOperations.hh.
Referenced by apply(), and parse_tag().
|
private |
Definition at line 526 of file TaskOperations.hh.
Referenced by apply(), and parse_tag().
1.8.4