Rosetta
|
#include <RetrieveStoredTaskOperation.hh>
Public Member Functions | |
RetrieveStoredTaskOperation () | |
core::pack::task::operation::TaskOperationOP | clone () const override |
Create another task operation of the type matching the most-derived version of the class. More... | |
~RetrieveStoredTaskOperation () override | |
void | apply (core::pose::Pose const &, core::pack::task::PackerTask &) 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... | |
void | parse_tag (TagCOP, DataMap &) override |
Used to parse an xml-like tag to load parameters and properties. More... | |
![]() | |
~TaskOperation () override | |
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 | |
std::string | task_name_ |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
typedef pose::Pose | Pose |
this class is a TaskOperation to prevent repacking of residues not near an interface.
|
default |
|
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::pose::Pose::data(), protocols::task_operations::STMStoredTask::get_task(), protocols::task_operations::STMStoredTask::has_task(), core::pose::datacache::CacheableDataType::STM_STORED_TASKS, and core::pack::task::PackerTask::update_commutative().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
|
inlinestatic |
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
|
static |
|
private |