Rosetta
Public Types | Public Member Functions | Private Attributes | List of all members
protocols::match::output::SameSequenceGrouper Class Reference

Class to group matches that represent the same amino acids at the same launch points. E.g. Two matches that both put a cys at launch point #33, a ser a launch point #42 and another ser at launch point #80 would be grouped together – even if they are different rotamers. More...

#include <SameSequenceGrouper.hh>

Inheritance diagram for protocols::match::output::SameSequenceGrouper:
Inheritance graph
[legend]

Public Types

typedef core::Real Real
 
typedef core::Size Size
 
typedef std::map< utility::OrderedTuple< utility::vector1< core::Size > >, core::SizeSequenceMap
 
- Public Types inherited from protocols::match::output::MatchGrouper
typedef core::Real Real
 

Public Member Functions

 SameSequenceGrouper ()
 
 SameSequenceGrouper (core::Size ncst)
 
 ~SameSequenceGrouper () override
 
core::Size assign_group_for_match (match const &m) override
 
core::Size assign_group_for_match (match_dspos1 const &m) override
 
void reset () override
 
virtual void set_n_geometric_constraints (core::Size n_csts)
 
void set_hit_cacher (UpstreamHitCacherOP cacher)
 
- Public Member Functions inherited from protocols::match::output::MatchGrouper
 MatchGrouper ()
 
 ~MatchGrouper () override
 

Private Attributes

core::Size n_geometric_constraints_
 
UpstreamHitCacherOP hit_cacher_
 
SequenceMap sequence_indexer_
 

Detailed Description

Class to group matches that represent the same amino acids at the same launch points. E.g. Two matches that both put a cys at launch point #33, a ser a launch point #42 and another ser at launch point #80 would be grouped together – even if they are different rotamers.

Member Typedef Documentation

◆ Real

◆ SequenceMap

typedef std::map< utility::OrderedTuple< utility::vector1< core::Size > >, core::Size > protocols::match::output::SameSequenceGrouper::SequenceMap

◆ Size

Constructor & Destructor Documentation

◆ SameSequenceGrouper() [1/2]

protocols::match::output::SameSequenceGrouper::SameSequenceGrouper ( )

◆ SameSequenceGrouper() [2/2]

protocols::match::output::SameSequenceGrouper::SameSequenceGrouper ( core::Size  ncst)

◆ ~SameSequenceGrouper()

protocols::match::output::SameSequenceGrouper::~SameSequenceGrouper ( )
overridedefault

Member Function Documentation

◆ assign_group_for_match() [1/2]

SameSequenceGrouper::Size protocols::match::output::SameSequenceGrouper::assign_group_for_match ( match const &  m)
overridevirtual

◆ assign_group_for_match() [2/2]

SameSequenceGrouper::Size protocols::match::output::SameSequenceGrouper::assign_group_for_match ( match_dspos1 const &  m)
overridevirtual

◆ reset()

void protocols::match::output::SameSequenceGrouper::reset ( void  )
overridevirtual

◆ set_hit_cacher()

void protocols::match::output::SameSequenceGrouper::set_hit_cacher ( UpstreamHitCacherOP  cacher)

References hit_cacher_.

◆ set_n_geometric_constraints()

void protocols::match::output::SameSequenceGrouper::set_n_geometric_constraints ( core::Size  n_csts)
virtual

Member Data Documentation

◆ hit_cacher_

UpstreamHitCacherOP protocols::match::output::SameSequenceGrouper::hit_cacher_
private

◆ n_geometric_constraints_

core::Size protocols::match::output::SameSequenceGrouper::n_geometric_constraints_
private

◆ sequence_indexer_

SequenceMap protocols::match::output::SameSequenceGrouper::sequence_indexer_
private

Referenced by assign_group_for_match(), and reset().


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