![]() |
Rosetta
2021.16
|
#include <AlignedThreadOperation.hh>

Public Types | |
| typedef RestrictOperationsBase | parent |
Public Types inherited from protocols::task_operations::RestrictOperationsBase | |
| 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::TagCOP | TagCOP |
| typedef basic::datacache::DataMap | DataMap |
| typedef pose::Pose | Pose |
Public Member Functions | |
| AlignedThreadOperation () | |
| ~AlignedThreadOperation () 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 &, 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... | |
| std::string | alignment_file () const |
| void | alignment_file (std::string const &s) |
| std::string | query_name () const |
| void | query_name (std::string const &s) |
| std::string | template_name () const |
| void | template_name (std::string const &s) |
| void | start_res (core::Size const s) |
| core::Size | start_res () const |
Public Member Functions inherited from protocols::task_operations::RestrictOperationsBase | |
| RestrictOperationsBase () | |
| ~RestrictOperationsBase () override | |
Public Member Functions inherited from core::pack::task::operation::TaskOperation | |
| ~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 | alignment_file_ |
| std::string | query_name_ |
| std::string | template_name_ |
| core::Size | start_res_ |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::task_operations::RestrictOperationsBase | |
| void | run_calculator (core::pose::Pose const &pose, std::string const &calculator, std::string const &calculation, utility::vector1_bool &residues) const |
| this is the only real function - it takes a calculator name and calculation, and a PackerTask-compatible vector, and flips booleans in the vector according to the calculator More... | |
this class is a TaskOperation to prevent repacking of residues not near an interface.
| protocols::task_operations::AlignedThreadOperation::AlignedThreadOperation | ( | ) |
|
overridedefault |
|
inline |
References alignment_file_.
Referenced by apply(), and parse_tag().
|
inline |
References alignment_file_.
|
overridevirtual |
Change a packer task in some way. The input pose is the one to which the input task will be later applied.
Implements protocols::task_operations::RestrictOperationsBase.
References alignment_file(), protocols::task_operations::ThreadSequenceOperation::apply(), query_name(), protocols::task_operations::ThreadSequenceOperation::start_res(), start_res(), protocols::task_operations::ThreadSequenceOperation::target_sequence(), template_name(), and protocols::task_operations::TR().
|
overridevirtual |
Create another task operation of the type matching the most-derived version of the class.
Implements protocols::task_operations::RestrictOperationsBase.
|
inlinestatic |
|
overridevirtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References alignment_file(), query_name(), start_res(), template_name(), and protocols::task_operations::TR().
|
static |
|
inline |
References query_name_.
Referenced by apply(), and parse_tag().
|
inline |
References query_name_.
|
inline |
References start_res_.
|
inline |
References start_res_.
Referenced by apply(), and parse_tag().
|
inline |
References template_name_.
Referenced by apply(), and parse_tag().
|
inline |
References template_name_.
|
private |
Referenced by alignment_file().
|
private |
Referenced by query_name().
|
private |
Referenced by start_res().
|
private |
Referenced by template_name().
1.8.7