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 |
![]() | |
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... | |
![]() | |
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_ |
typedef core::pack::task::operation::TaskOperation protocols::toolbox::task_operations::DockingNoRepack2::TaskOperation |
typedef core::pack::task::operation::TaskOperationOP protocols::toolbox::task_operations::DockingNoRepack2::TaskOperationOP |
protocols::toolbox::task_operations::DockingNoRepack2::DockingNoRepack2 | ( | ) |
protocols::toolbox::task_operations::DockingNoRepack2::DockingNoRepack2 | ( | int | rb_jump_in) |
|
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 |