![]() |
Rosetta
2021.16
|
: taskop to oversample rotamers that make good interactions with a (set of) specified target residue(s) similar to Rosetta 2.x rotamer explosion More...
#include <InteractingRotamerExplosion.hh>

Public Types | |
| typedef core::pack::task::operation::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 | |
| InteractingRotamerExplosion () | |
| ~InteractingRotamerExplosion () override | |
| core::pack::task::operation::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 |
| restricts to repacking all residues outside of design_shell_ around each residue More... | |
| void | parse_tag (TagCOP tag, DataMap &datamap) override |
| Used to parse an xml-like tag to load parameters and properties. More... | |
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 | string_target_seqpos_ |
| core::Real | score_cutoff_ |
| core::Size | ex_level_ |
| bool | debug_ |
| core::Real | exclude_radius_ |
: taskop to oversample rotamers that make good interactions with a (set of) specified target residue(s) similar to Rosetta 2.x rotamer explosion
| typedef core::pack::task::operation::TaskOperation protocols::task_operations::InteractingRotamerExplosion::parent |
| protocols::task_operations::InteractingRotamerExplosion::InteractingRotamerExplosion | ( | ) |
|
overridedefault |
|
overridevirtual |
restricts to repacking all residues outside of design_shell_ around each residue
Implements core::pack::task::operation::TaskOperation.
References core::pack::task::ResidueLevelTask::append_rotamerset_operation(), core::conformation::Residue::atom(), debug_, ex_level_, exclude_radius_, core::pose::get_resnum_list(), core::chemical::ResidueTypeBase::is_protein(), core::conformation::Residue::nbr_atom(), core::pack::task::PackerTask::nonconst_residue_task(), core::pose::Pose::pdb_info(), core::pose::Pose::residue(), core::pose::Pose::residue_type(), score_cutoff_, core::pose::Pose::size(), string_target_seqpos_, core::id::to_string(), tr(), and protocols::kinmatch::xyz().
|
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.
References debug_, ex_level_, exclude_radius_, score_cutoff_, and string_target_seqpos_.
|
static |
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
|
private |
Referenced by apply(), and parse_tag().
1.8.7