![]() |
Rosetta
2021.16
|
#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::TagCOP | TagCOP |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| LimitAromaChi2Operation () | |
| default constructor More... | |
| ~LimitAromaChi2Operation () override | |
| destructor More... | |
| TaskOperationOP | clone () const override |
| 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... | |
| void | apply (Pose const &pose, PackerTask &task) const override |
| apply More... | |
| void | parse_tag (TagCOP tag, DataMap &) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| static std::string | keyname () |
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... | |
| typedef core::pack::task::PackerTask protocols::task_operations::LimitAromaChi2Operation::PackerTask |
| typedef utility::tag::TagCOP protocols::task_operations::LimitAromaChi2Operation::TagCOP |
| typedef core::pack::task::operation::TaskOperation protocols::task_operations::LimitAromaChi2Operation::TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP protocols::task_operations::LimitAromaChi2Operation::TaskOperationOP |
| protocols::task_operations::LimitAromaChi2Operation::LimitAromaChi2Operation | ( | ) |
default constructor
defauot constructor
|
overridedefault |
destructor
|
overridevirtual |
apply
Implements core::pack::task::operation::TaskOperation.
References core::pack::task::PackerTask::append_rotamerset_operation(), chi2max_, chi2min_, and include_trp_.
|
inline |
|
inline |
max chi2 for picking rotamers of YFH
References chi2max_.
|
inline |
|
inline |
min chi2 for picking rotamers of YFH
References chi2min_.
|
overridevirtual |
|
inline |
|
inline |
include TRP ?
References protocols::match::upstream::b, and include_trp_.
|
inlinestatic |
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References chi2max(), chi2min(), and include_trp().
|
static |
|
private |
|
private |
|
private |
include TRP ? ( default false )
Referenced by apply(), and include_trp().
1.8.7