Rosetta  3.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
protocols::toolbox::task_operations::InteractingRotamerExplosion Class Reference

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

Inheritance diagram for protocols::toolbox::task_operations::InteractingRotamerExplosion:
Inheritance graph
[legend]

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 ()
 
virtual ~InteractingRotamerExplosion ()
 
virtual
core::pack::task::operation::TaskOperationOP 
clone () const
 Create another task operation of the type matching the most-derived version of the class. More...
 
virtual void apply (core::pose::Pose const &pose, core::pack::task::PackerTask &task) const
 restricts to repacking all residues outside of design_shell_ around each residue More...
 
virtual void parse_tag (TagCOP tag, DataMap &datamap)
 Used to parse an xml-like tag to load parameters and properties. More...
 
- Public Member Functions inherited from core::pack::task::operation::TaskOperation
virtual ~TaskOperation ()
 

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_
 

Detailed Description

: taskop to oversample rotamers that make good interactions with a (set of) specified target residue(s) similar to Rosetta 2.x rotamer explosion

Member Typedef Documentation

Constructor & Destructor Documentation

protocols::toolbox::task_operations::InteractingRotamerExplosion::InteractingRotamerExplosion ( )

Referenced by clone().

protocols::toolbox::task_operations::InteractingRotamerExplosion::~InteractingRotamerExplosion ( )
virtual

Member Function Documentation

void protocols::toolbox::task_operations::InteractingRotamerExplosion::apply ( core::pose::Pose const &  pose,
core::pack::task::PackerTask task 
) const
virtual
core::pack::task::operation::TaskOperationOP protocols::toolbox::task_operations::InteractingRotamerExplosion::clone ( ) const
virtual

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

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

References InteractingRotamerExplosion().

static std::string protocols::toolbox::task_operations::InteractingRotamerExplosion::keyname ( )
inlinestatic
void protocols::toolbox::task_operations::InteractingRotamerExplosion::parse_tag ( TagCOP  tag,
DataMap  
)
virtual

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

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

Member Data Documentation

bool protocols::toolbox::task_operations::InteractingRotamerExplosion::debug_
private

Referenced by apply(), and parse_tag().

core::Size protocols::toolbox::task_operations::InteractingRotamerExplosion::ex_level_
private

Referenced by apply(), and parse_tag().

core::Real protocols::toolbox::task_operations::InteractingRotamerExplosion::exclude_radius_
private

Referenced by apply(), and parse_tag().

core::Real protocols::toolbox::task_operations::InteractingRotamerExplosion::score_cutoff_
private

Referenced by apply(), and parse_tag().

std::string protocols::toolbox::task_operations::InteractingRotamerExplosion::string_target_seqpos_
private

Referenced by apply(), and parse_tag().


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