|
Rosetta 3.5
|
#include <SetIGTypeOperation.hh>


Public Member Functions | |
| SetIGTypeOperation () | |
| virtual | ~SetIGTypeOperation () |
| 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 &) 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 (utility::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 | |
| bool | lin_mem_ |
| bool | lazy_ |
| bool | double_lazy_ |
Additional Inherited Members | |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Definition at line 36 of file SetIGTypeOperation.hh.
| protocols::toolbox::task_operations::SetIGTypeOperation::SetIGTypeOperation | ( | ) |
Definition at line 30 of file SetIGTypeOperation.cc.
Referenced by clone().
|
virtual |
Definition at line 36 of file SetIGTypeOperation.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 43 of file SetIGTypeOperation.cc.
References double_lazy_, lazy_, lin_mem_, core::pack::task::PackerTask::or_double_lazy_ig(), core::pack::task::PackerTask::or_lazy_ig(), and core::pack::task::PackerTask::or_linmem_ig().
|
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 38 of file SetIGTypeOperation.cc.
References SetIGTypeOperation().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
Definition at line 50 of file SetIGTypeOperation.cc.
References double_lazy_, lazy_, and lin_mem_.
|
private |
Definition at line 52 of file SetIGTypeOperation.hh.
Referenced by apply(), and parse_tag().
|
private |
Definition at line 52 of file SetIGTypeOperation.hh.
Referenced by apply(), and parse_tag().
|
private |
Definition at line 52 of file SetIGTypeOperation.hh.
Referenced by apply(), and parse_tag().
1.8.4