|
Rosetta 3.5
|
ExtraChiCutoff (correponding to flag "-extrachi_cutoff <float>" ) 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 | |
| ExtraChiCutoff () | |
| ExtraChiCutoff (core::Size const resid, core::Size const extrachi_cutoff) | |
| virtual | ~ExtraChiCutoff () |
| 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 | extrachi_cutoff_ |
ExtraChiCutoff (correponding to flag "-extrachi_cutoff <float>" )
Definition at line 530 of file TaskOperations.hh.
Definition at line 533 of file TaskOperations.hh.
| core::pack::task::operation::ExtraChiCutoff::ExtraChiCutoff | ( | ) |
Definition at line 1120 of file TaskOperations.cc.
Referenced by clone().
| core::pack::task::operation::ExtraChiCutoff::ExtraChiCutoff | ( | core::Size const | resid, |
| core::Size const | extrachi_cutoff | ||
| ) |
Definition at line 1122 of file TaskOperations.cc.
|
virtual |
Definition at line 1127 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 1140 of file TaskOperations.cc.
References core::pack::task::ResidueLevelTask::and_extrachi_cutoff(), extrachi_cutoff_, core::pack::task::PackerTask::nonconst_residue_task(), 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 1134 of file TaskOperations.cc.
References ExtraChiCutoff().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 1153 of file TaskOperations.cc.
References extrachi_cutoff_, and resid_.
|
private |
Definition at line 542 of file TaskOperations.hh.
Referenced by apply(), and parse_tag().
|
private |
Definition at line 542 of file TaskOperations.hh.
Referenced by apply(), and parse_tag().
1.8.4