![]() |
Rosetta Core
2014.35
|
rotamer explosion for a residue More...
#include <TaskOperations.hh>
Public Types | |
typedef TaskOperation | parent |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
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 (TagCOP, DataMap &) |
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) |
![]() | |
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
core::pack::task::operation::RotamerExplosion::RotamerExplosion | ( | ) |
Referenced by clone().
core::pack::task::operation::RotamerExplosion::RotamerExplosion | ( | core::Size const | resid, |
ExtraRotSample const | sample_level, | ||
core::Size const | chi | ||
) |
|
virtual |
|
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.
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 | ) |
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.
References RotamerExplosion().
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
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 | ) |
References resid_.
Referenced by parse_tag().
void core::pack::task::operation::RotamerExplosion::sample_level | ( | ExtraRotSample const | s | ) |
References sample_level_.
Referenced by parse_tag().
|
private |
|
private |
|
private |
Referenced by apply(), and sample_level().