|
Rosetta 3.5
|
#include <LimitAromaChi2Operation.hh>


Public Types | |
| typedef core::Real | Real |
| typedef core::pose::Pose | Pose |
| typedef core::pack::task::PackerTask | PackerTask |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef TaskOperation | parent |
| typedef utility::tag::TagPtr | TagPtr |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| LimitAromaChi2Operation () | |
| default constructor More... | |
| virtual | ~LimitAromaChi2Operation () |
| destructor More... | |
| virtual TaskOperationOP | clone () const |
| make clone More... | |
| Real | chi2max () const |
| max chi2 for picking rotamers of YFH More... | |
| Real | chi2min () const |
| min chi2 for picking rotamers of YFH More... | |
| bool | include_trp () const |
| include TRP ? More... | |
| void | chi2max (Real const r) |
| max chi2 for picking rotamers of YFH More... | |
| void | chi2min (Real const r) |
| min chi2 for picking rotamers of YFH More... | |
| void | include_trp (bool const b) |
| include TRP ? More... | |
| virtual void | apply (Pose const &pose, PackerTask &task) const |
| apply More... | |
| void | parse_tag (TagPtr tag) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| void | parse_def (utility::lua::LuaObject const &def) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| virtual | ~TaskOperation () |
Private Attributes | |
| Real | chi2max_ |
| max chi2 for picking rotamers of YFH More... | |
| Real | chi2min_ |
| min chi2 for picking rotamers of YFH More... | |
| bool | include_trp_ |
| include TRP ? ( default false ) More... | |
Definition at line 129 of file LimitAromaChi2Operation.hh.
| typedef core::pack::task::PackerTask protocols::toolbox::task_operations::LimitAromaChi2Operation::PackerTask |
Definition at line 135 of file LimitAromaChi2Operation.hh.
Definition at line 138 of file LimitAromaChi2Operation.hh.
Definition at line 134 of file LimitAromaChi2Operation.hh.
Definition at line 133 of file LimitAromaChi2Operation.hh.
| typedef utility::tag::TagPtr protocols::toolbox::task_operations::LimitAromaChi2Operation::TagPtr |
Definition at line 139 of file LimitAromaChi2Operation.hh.
| typedef core::pack::task::operation::TaskOperation protocols::toolbox::task_operations::LimitAromaChi2Operation::TaskOperation |
Definition at line 136 of file LimitAromaChi2Operation.hh.
| typedef core::pack::task::operation::TaskOperationOP protocols::toolbox::task_operations::LimitAromaChi2Operation::TaskOperationOP |
Definition at line 137 of file LimitAromaChi2Operation.hh.
| protocols::toolbox::task_operations::LimitAromaChi2Operation::LimitAromaChi2Operation | ( | ) |
default constructor
defauot constructor
Definition at line 124 of file LimitAromaChi2Operation.cc.
Referenced by clone().
|
virtual |
destructor
Definition at line 132 of file LimitAromaChi2Operation.cc.
|
virtual |
apply
Implements core::pack::task::operation::TaskOperation.
Definition at line 143 of file LimitAromaChi2Operation.cc.
References core::pack::task::PackerTask::append_rotamerset_operation(), chi2max_, chi2min_, and include_trp_.
Referenced by protocols::relax::FastRelax::apply().
|
inline |
max chi2 for picking rotamers of YFH
Definition at line 158 of file LimitAromaChi2Operation.hh.
References chi2max_.
Referenced by parse_def(), and parse_tag().
|
inline |
max chi2 for picking rotamers of YFH
Definition at line 180 of file LimitAromaChi2Operation.hh.
References chi2max_.
|
inline |
min chi2 for picking rotamers of YFH
Definition at line 164 of file LimitAromaChi2Operation.hh.
References chi2min_.
Referenced by parse_def(), and parse_tag().
|
inline |
min chi2 for picking rotamers of YFH
Definition at line 186 of file LimitAromaChi2Operation.hh.
References chi2min_.
|
virtual |
make clone
clone
Implements core::pack::task::operation::TaskOperation.
Definition at line 136 of file LimitAromaChi2Operation.cc.
References LimitAromaChi2Operation().
|
inline |
include TRP ?
Definition at line 170 of file LimitAromaChi2Operation.hh.
References include_trp_.
Referenced by parse_tag().
|
inline |
include TRP ?
Definition at line 192 of file LimitAromaChi2Operation.hh.
References protocols::match::upstream::b, and include_trp_.
|
virtual |
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 159 of file LimitAromaChi2Operation.cc.
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 151 of file LimitAromaChi2Operation.cc.
References chi2max(), chi2min(), and include_trp().
|
private |
max chi2 for picking rotamers of YFH
Definition at line 217 of file LimitAromaChi2Operation.hh.
|
private |
min chi2 for picking rotamers of YFH
Definition at line 220 of file LimitAromaChi2Operation.hh.
|
private |
include TRP ? ( default false )
Definition at line 223 of file LimitAromaChi2Operation.hh.
Referenced by apply(), and include_trp().
1.8.4