Rosetta 3.5
|
#include <RestrictNonSurfaceToRepackingOperation.hh>
Public Types | |
typedef core::pack::task::operation::TaskOperationOP | TaskOperationOP |
![]() | |
typedef utility::tag::TagPtr | TagPtr |
typedef pose::Pose | Pose |
Public Member Functions | |
RestrictNonSurfaceToRepackingOperation () | |
RestrictNonSurfaceToRepackingOperation (core::Size nb_cutoff) | |
virtual | ~RestrictNonSurfaceToRepackingOperation () |
virtual TaskOperationOP | clone () const |
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) |
virtual void | apply (core::pose::Pose const &pose, core::pack::task::PackerTask &task) const |
Change a packer task in some way. The input pose is the one to which the input task will be later applied. More... | |
virtual void | parse_tag (utility::tag::TagPtr tag) |
Used to parse an xml-like tag to load parameters and properties. More... | |
![]() | |
virtual | ~TaskOperation () |
virtual void | parse_def (utility::lua::LuaObject const &def) |
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::toolbox::task_operations::RestrictNonSurfaceToRepackingOperation::TaskOperationOP |
protocols::toolbox::task_operations::RestrictNonSurfaceToRepackingOperation::RestrictNonSurfaceToRepackingOperation | ( | ) |
Referenced by clone().
protocols::toolbox::task_operations::RestrictNonSurfaceToRepackingOperation::RestrictNonSurfaceToRepackingOperation | ( | core::Size | nb_cutoff) |
References surface_exposed_nb_cutoff_.
|
virtual |
|
virtual |
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(), surface_exposed_nb_cutoff_, and core::pose::Pose::total_residue().
|
virtual |
Create another task operation of the type matching the most-derived version of the class.
Implements core::pack::task::operation::TaskOperation.
References RestrictNonSurfaceToRepackingOperation().
|
virtual |
Used to parse an xml-like tag to load parameters and properties.
Reimplemented from core::pack::task::operation::TaskOperation.
References surface_exposed_nb_cutoff_.
void protocols::toolbox::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().