![]() |
Rosetta Core
2014.35
|
ExtraRotamer for a residue. You know, -ex1, -ex2, all that. 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 | |
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 (TagCOP, DataMap &) |
Used to parse an xml-like tag to load parameters and properties. More... | |
![]() | |
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.
core::pack::task::operation::ExtraRotamers::ExtraRotamers | ( | ) |
Referenced by clone().
core::pack::task::operation::ExtraRotamers::ExtraRotamers | ( | core::Size const | resid, |
core::Size const | chi, | ||
core::Size | level = 1 |
||
) |
|
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_, level_, core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::or_ex1(), resid_, core::pose::Pose::total_residue(), and core::pack::task::operation::TR.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References ExtraRotamers().
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_, utility::to_string(), and utility_exit_with_message.
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().