Rosetta
|
#include <RestrictNonSurfaceToRepackingOperation.hh>
Public Types | |
typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef basic::datacache::DataMap | DataMap |
typedef pose::Pose | Pose |
Public Member Functions | |
RestrictNonSurfaceToRepackingOperation () | |
RestrictNonSurfaceToRepackingOperation (core::Size nb_cutoff) | |
~RestrictNonSurfaceToRepackingOperation () override | |
TaskOperationOP | clone () const override |
Create another task operation of the type matching the most-derived version of the class. More... | |
void | surface_exposed_nb_cutoff (core::Size const nb_count) |
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... | |
void | parse_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &dm) 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 | |
core::Size | surface_exposed_nb_cutoff_ |
this class is a TaskOperation to allow design of only surface exposed positions
typedef core::pack::task::operation::TaskOperationOP protocols::task_operations::RestrictNonSurfaceToRepackingOperation::TaskOperationOP |
protocols::task_operations::RestrictNonSurfaceToRepackingOperation::RestrictNonSurfaceToRepackingOperation | ( | ) |
protocols::task_operations::RestrictNonSurfaceToRepackingOperation::RestrictNonSurfaceToRepackingOperation | ( | core::Size | nb_cutoff | ) |
References surface_exposed_nb_cutoff_.
|
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::conformation(), core::pack::task::PackerTask::nonconst_residue_task(), core::conformation::residue_point_graph_from_conformation(), core::pack::task::ResidueLevelTask::restrict_to_repacking(), core::pose::Pose::size(), and surface_exposed_nb_cutoff_.
|
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 surface_exposed_nb_cutoff_.
|
static |
void protocols::task_operations::RestrictNonSurfaceToRepackingOperation::surface_exposed_nb_cutoff | ( | core::Size const | nb_count | ) |
References surface_exposed_nb_cutoff_.
|
private |
Referenced by apply(), parse_tag(), RestrictNonSurfaceToRepackingOperation(), and surface_exposed_nb_cutoff().