Rosetta
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
protocols::task_operations::RestrictNonSurfaceToRepackingOperation Class Reference

#include <RestrictNonSurfaceToRepackingOperation.hh>

Inheritance diagram for protocols::task_operations::RestrictNonSurfaceToRepackingOperation:
Inheritance graph
[legend]

Public Types

typedef core::pack::task::operation::TaskOperationOP TaskOperationOP
 
- 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

 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...
 
- 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

core::Size surface_exposed_nb_cutoff_
 

Detailed Description

this class is a TaskOperation to allow design of only surface exposed positions

Member Typedef Documentation

◆ TaskOperationOP

Constructor & Destructor Documentation

◆ RestrictNonSurfaceToRepackingOperation() [1/2]

protocols::task_operations::RestrictNonSurfaceToRepackingOperation::RestrictNonSurfaceToRepackingOperation ( )

◆ RestrictNonSurfaceToRepackingOperation() [2/2]

protocols::task_operations::RestrictNonSurfaceToRepackingOperation::RestrictNonSurfaceToRepackingOperation ( core::Size  nb_cutoff)

◆ ~RestrictNonSurfaceToRepackingOperation()

protocols::task_operations::RestrictNonSurfaceToRepackingOperation::~RestrictNonSurfaceToRepackingOperation ( )
overridedefault

Member Function Documentation

◆ apply()

void protocols::task_operations::RestrictNonSurfaceToRepackingOperation::apply ( core::pose::Pose const &  ,
core::pack::task::PackerTask  
) const
overridevirtual

◆ clone()

TaskOperationOP protocols::task_operations::RestrictNonSurfaceToRepackingOperation::clone ( ) const
overridevirtual

Create another task operation of the type matching the most-derived version of the class.

Implements core::pack::task::operation::TaskOperation.

◆ keyname()

static std::string protocols::task_operations::RestrictNonSurfaceToRepackingOperation::keyname ( )
inlinestatic

◆ parse_tag()

void protocols::task_operations::RestrictNonSurfaceToRepackingOperation::parse_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap  
)
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_.

◆ provide_xml_schema()

void protocols::task_operations::RestrictNonSurfaceToRepackingOperation::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  xsd)
static

◆ surface_exposed_nb_cutoff()

void protocols::task_operations::RestrictNonSurfaceToRepackingOperation::surface_exposed_nb_cutoff ( core::Size const  nb_count)

Member Data Documentation

◆ surface_exposed_nb_cutoff_

core::Size protocols::task_operations::RestrictNonSurfaceToRepackingOperation::surface_exposed_nb_cutoff_
private

The documentation for this class was generated from the following files: