Rosetta Core  2014.16.56682
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector Class Reference

The InterGroupInterfaceByVectorSelector identifies residues at the interface between two groups of residues using two distance cutoffs: the first, shorter cutoff is based on atom-atom distances, the second, longer cutoff is used if the c-alpha/c-beta vector of the residues in the first group point toward the c-alphas of the other group. Each group may be specified either explicitly through a std::set of residue indices, through a string of comma-separated values giving either residue indices or PDB ids (e.g. 13B for residue 13 on chain B) or through a ResidueSelector. More...

#include <InterGroupInterfaceByVectorSelector.hh>

Public Member Functions

 InterGroupInterfaceByVectorSelector ()
 
virtual ~InterGroupInterfaceByVectorSelector ()
 
virtual void apply (core::pose::Pose const &pose, ResidueSubset &subset) const
 Make modifications to the subset vector given an input pose. The input ResidueSubset should already be of size pose.total_residue() More...
 
virtual void parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &datamap)
 Initialize this object from a Tag. More...
 
ResidueSelectorCOP group1_selector () const
 
void group1_selector (ResidueSelectorCOP setting)
 
std::set< Size > const & group1_set () const
 
void group1_set (std::set< Size > const &setting)
 This has the side-effect of resetting the group1_selector_ pointer to 0 since the ResidueSelector and explicit std::set schemes are mutually exclusive. More...
 
std::string const & group1_resstring () const
 
void group1_resstring (std::string const &setting)
 
ResidueSelectorCOP group2_selector () const
 
void group2_selector (ResidueSelectorCOP setting)
 
std::set< Size > const & group2_set () const
 
void group2_set (std::set< Size > const &setting)
 This has the side-effect of resetting the group2_selector_ pointer to 0 since the ResidueSelector and explicit std::set schemes are mutually exclusive. More...
 
std::string const & group2_resstring () const
 
void group2_resstring (std::string const &setting)
 
Real cb_dist_cut () const
 
Real nearby_atom_cut () const
 
Real vector_angle_cut () const
 
Real vector_dist_cut () const
 
void cb_dist_cut (Real setting)
 
void nearby_atom_cut (Real setting)
 
void vector_angle_cut (Real setting)
 
void vector_dist_cut (Real setting)
 
virtual std::string get_name () const
 
- Public Member Functions inherited from core::pack::task::residue_selector::ResidueSelector
 ResidueSelector ()
 
virtual ~ResidueSelector ()
 

Static Public Member Functions

static std::string class_name ()
 

Private Member Functions

void set_from_residue_selector (core::pose::Pose const &pose, ResidueSelector const &selector, std::set< Size > &subset) const
 
void set_from_residue_list_string (core::pose::Pose const &pose, std::string const &res_list_string, std::set< Size > &subset) const
 

Private Attributes

ResidueSelectorCOP group1_selector_
 
std::set< core::Sizegroup1_set_
 
std::string group1_resstring_
 
ResidueSelectorCOP group2_selector_
 
std::set< core::Sizegroup2_set_
 
std::string group2_resstring_
 
Real cb_dist_cut_
 
Real nearby_atom_cut_
 
Real vector_angle_cut_
 
Real vector_dist_cut_
 

Detailed Description

The InterGroupInterfaceByVectorSelector identifies residues at the interface between two groups of residues using two distance cutoffs: the first, shorter cutoff is based on atom-atom distances, the second, longer cutoff is used if the c-alpha/c-beta vector of the residues in the first group point toward the c-alphas of the other group. Each group may be specified either explicitly through a std::set of residue indices, through a string of comma-separated values giving either residue indices or PDB ids (e.g. 13B for residue 13 on chain B) or through a ResidueSelector.

Constructor & Destructor Documentation

core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::InterGroupInterfaceByVectorSelector ( )
core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::~InterGroupInterfaceByVectorSelector ( )
virtual

Member Function Documentation

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::apply ( core::pose::Pose const &  pose,
ResidueSubset subset 
) const
virtual
Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::cb_dist_cut ( ) const

References cb_dist_cut_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::cb_dist_cut ( Real  setting)

References cb_dist_cut_.

std::string core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::class_name ( )
static
std::string core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::get_name ( ) const
virtual
std::string const & core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_resstring ( ) const

References group1_resstring_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_resstring ( std::string const &  setting)
ResidueSelectorCOP core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_selector ( ) const

References group1_selector_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_selector ( ResidueSelectorCOP  setting)

this has the side-effect of clearing out the group1_set_, since the ResidueSelector and std:set schemes are meant to be mutually exclusive.

References group1_resstring_, group1_selector_, and group1_set_.

std::set< Size > const & core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_set ( ) const

References group1_set_.

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_set ( std::set< Size > const &  setting)

This has the side-effect of resetting the group1_selector_ pointer to 0 since the ResidueSelector and explicit std::set schemes are mutually exclusive.

References group1_resstring_, group1_selector_, and group1_set_.

std::string const & core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_resstring ( ) const

References group2_resstring_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_resstring ( std::string const &  setting)
ResidueSelectorCOP core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_selector ( ) const

References group2_selector_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_selector ( ResidueSelectorCOP  setting)

this has the side-effect of clearing out the group2_set_, since the ResidueSelector and std:set schemes are meant to be mutually exclusive.

References group2_resstring_, group2_selector_, and group2_set_.

std::set< Size > const & core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_set ( ) const

References group2_set_.

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_set ( std::set< Size > const &  setting)

This has the side-effect of resetting the group2_selector_ pointer to 0 since the ResidueSelector and explicit std::set schemes are mutually exclusive.

References group2_resstring_, group2_selector_, and group2_set_.

Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::nearby_atom_cut ( ) const

References nearby_atom_cut_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::nearby_atom_cut ( Real  setting)

References nearby_atom_cut_.

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::parse_my_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap datamap 
)
virtual
void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::set_from_residue_list_string ( core::pose::Pose const &  pose,
std::string const &  res_list_string,
std::set< Size > &  subset 
) const
private

References core::pose::get_resnum_list().

Referenced by apply().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::set_from_residue_selector ( core::pose::Pose const &  pose,
ResidueSelector const &  selector,
std::set< Size > &  subset 
) const
private
Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::vector_angle_cut ( ) const

References vector_angle_cut_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::vector_angle_cut ( Real  setting)

References vector_angle_cut_.

Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::vector_dist_cut ( ) const

References vector_dist_cut_.

Referenced by parse_my_tag().

void core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::vector_dist_cut ( Real  setting)

References vector_dist_cut_.

Member Data Documentation

Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::cb_dist_cut_
private

Referenced by apply(), and cb_dist_cut().

std::string core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_resstring_
private
ResidueSelectorCOP core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_selector_
private
std::set< core::Size > core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group1_set_
private
std::string core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_resstring_
private
ResidueSelectorCOP core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_selector_
private
std::set< core::Size > core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::group2_set_
private
Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::nearby_atom_cut_
private

Referenced by apply(), and nearby_atom_cut().

Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::vector_angle_cut_
private

Referenced by apply(), and vector_angle_cut().

Real core::pack::task::residue_selector::InterGroupInterfaceByVectorSelector::vector_dist_cut_
private

Referenced by apply(), and vector_dist_cut().


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