Rosetta
|
#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::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
typedef pose::Pose | Pose |
Public Member Functions | |
DockingNoRepack2 () | |
DockingNoRepack2 (int rb_jump_in) | |
~DockingNoRepack2 () override | |
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 &pose, 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... | |
![]() | |
~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... | |
Static Public Member Functions | |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
static std::string | keyname () |
Private Attributes | |
int | rb_jump_ |
typedef core::pack::task::operation::TaskOperation protocols::simple_task_operations::DockingNoRepack2::TaskOperation |
typedef core::pack::task::operation::TaskOperationOP protocols::simple_task_operations::DockingNoRepack2::TaskOperationOP |
protocols::simple_task_operations::DockingNoRepack2::DockingNoRepack2 | ( | ) |
protocols::simple_task_operations::DockingNoRepack2::DockingNoRepack2 | ( | int | rb_jump_in | ) |
|
overridedefault |
|
overridevirtual |
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::kinematics::FoldTree::cutpoint_by_jump(), core::pose::Pose::fold_tree(), core::pack::task::PackerTask::nonconst_residue_task(), core::pack::task::ResidueLevelTask::prevent_repacking(), rb_jump_, and core::pose::Pose::size().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
inlinestatic |
Referenced by provide_xml_schema().
|
static |
References keyname(), and core::pack::task::operation::task_op_schema_empty().
|
private |
Referenced by apply().