![]() |
Rosetta
2021.16
|

Public Types | |
| using | parent = TaskOperation |
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 | |
| ScaleAnnealerTemperatureOperation (ScaleAnnealerTemperatureOperation const &other) | |
| ScaleAnnealerTemperatureOperation (core::Real scale) | |
| ~ScaleAnnealerTemperatureOperation () override=default | |
| core::pack::task::operation::TaskOperationOP | clone () const override |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| void | apply (core::pose::Pose const &, core::pack::task::PackerTask &task) const override |
| Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
| void | scale_factor (core::Real setting) |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~TaskOperation () override | |
| virtual void | parse_tag (TagCOP, DataMap &) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| 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... | |
Private Attributes | |
| core::Real | scale_factor_ |
|
inline |
|
inlineexplicit |
|
overridedefault |
|
inlineoverridevirtual |
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 core::pack::task::PackerTask::high_temp(), and core::pack::task::PackerTask::low_temp().
|
inlineoverridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
inline |
|
private |
1.8.7