|
Rosetta 3.5
|
#include <RestrictToInterface.hh>


Public Types | |
| typedef core::pack::task::operation::TaskOperation | TaskOperation |
| typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
| typedef TaskOperation | parent |
Public Types inherited from core::pack::task::operation::TaskOperation | |
| typedef utility::tag::TagPtr | TagPtr |
| typedef pose::Pose | Pose |
Public Member Functions | |
| DockingNoRepack2 () | |
| DockingNoRepack2 (int rb_jump_in) | |
| virtual | ~DockingNoRepack2 () |
| virtual 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 &pose, 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... | |
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 | |
| int | rb_jump_ |
Definition at line 84 of file RestrictToInterface.hh.
Definition at line 89 of file RestrictToInterface.hh.
| typedef core::pack::task::operation::TaskOperation protocols::toolbox::task_operations::DockingNoRepack2::TaskOperation |
Definition at line 87 of file RestrictToInterface.hh.
| typedef core::pack::task::operation::TaskOperationOP protocols::toolbox::task_operations::DockingNoRepack2::TaskOperationOP |
Definition at line 88 of file RestrictToInterface.hh.
| protocols::toolbox::task_operations::DockingNoRepack2::DockingNoRepack2 | ( | ) |
| protocols::toolbox::task_operations::DockingNoRepack2::DockingNoRepack2 | ( | int | rb_jump_in) |
Definition at line 127 of file RestrictToInterface.cc.
|
virtual |
|
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.
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
private |
Definition at line 101 of file RestrictToInterface.hh.
1.8.4