|
Rosetta 3.5
|


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 | |
| ScaleAnnealerTemperatureOperation (ScaleAnnealerTemperatureOperation const &other) | |
| ScaleAnnealerTemperatureOperation (core::Real scale) | |
| virtual | ~ScaleAnnealerTemperatureOperation () |
| virtual core::pack::task::operation::TaskOperationOP | clone () const |
| Create another task operation of the type matching the most-derived version of the class. More... | |
| virtual void | apply (core::pose::Pose const &, core::pack::task::PackerTask &task) const |
| 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 | |
| virtual | ~TaskOperation () |
| virtual void | parse_tag (TagPtr) |
| Used to parse an xml-like tag to load parameters and properties. More... | |
| virtual void | parse_def (utility::lua::LuaObject const &def) |
Private Attributes | |
| core::Real | scale_factor_ |
Definition at line 152 of file IterativeOptEDriver.cc.
Definition at line 155 of file IterativeOptEDriver.cc.
|
inline |
Definition at line 157 of file IterativeOptEDriver.cc.
|
inline |
Definition at line 163 of file IterativeOptEDriver.cc.
|
inlinevirtual |
Definition at line 165 of file IterativeOptEDriver.cc.
|
inlinevirtual |
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 175 of file IterativeOptEDriver.cc.
References core::pack::task::PackerTask::high_temp(), and core::pack::task::PackerTask::low_temp().
|
inlinevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
Definition at line 169 of file IterativeOptEDriver.cc.
|
inline |
Definition at line 180 of file IterativeOptEDriver.cc.
|
private |
Definition at line 185 of file IterativeOptEDriver.cc.
1.8.4