|
Rosetta 3.5
|
rotamer explosion for a residue 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 | |
| RotamerExplosion () | |
| RotamerExplosion (core::Size const resid, ExtraRotSample const sample_level, core::Size const chi) | |
| virtual | ~RotamerExplosion () |
| 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... | |
| void | resid (core::Size const r) |
| void | chi (core::Size const c) |
| void | sample_level (ExtraRotSample const s) |
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_ |
| ExtraRotSample | sample_level_ |
rotamer explosion for a residue
Definition at line 159 of file TaskOperations.hh.
Definition at line 162 of file TaskOperations.hh.
| core::pack::task::operation::RotamerExplosion::RotamerExplosion | ( | ) |
Definition at line 315 of file TaskOperations.cc.
Referenced by clone().
| core::pack::task::operation::RotamerExplosion::RotamerExplosion | ( | core::Size const | resid, |
| ExtraRotSample const | sample_level, | ||
| core::Size const | chi | ||
| ) |
Definition at line 317 of file TaskOperations.cc.
|
virtual |
Definition at line 323 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 336 of file TaskOperations.cc.
References chi_, core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::or_ex1_sample_level(), resid_, and sample_level_.
| void core::pack::task::operation::RotamerExplosion::chi | ( | core::Size const | c) |
Definition at line 361 of file TaskOperations.cc.
References core::pack::dunbrack::c, and chi_.
Referenced by parse_tag().
|
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 330 of file TaskOperations.cc.
References RotamerExplosion().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 347 of file TaskOperations.cc.
References chi(), core::pack::task::EX_THREE_THIRD_STEP_STDDEVS, resid(), and sample_level().
| void core::pack::task::operation::RotamerExplosion::resid | ( | core::Size const | r) |
| void core::pack::task::operation::RotamerExplosion::sample_level | ( | ExtraRotSample const | s) |
Definition at line 367 of file TaskOperations.cc.
References sample_level_.
Referenced by parse_tag().
|
private |
Definition at line 174 of file TaskOperations.hh.
|
private |
Definition at line 174 of file TaskOperations.hh.
|
private |
Definition at line 175 of file TaskOperations.hh.
Referenced by apply(), and sample_level().
1.8.4