![]() |
Rosetta
2021.16
|
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>

Public Types | |
| typedef core::Real | Real |
| typedef core::Size | Size |
| typedef std::map < utility::OrderedTuple < utility::vector1< core::Size > >, core::Size > | SequenceMap |
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_ |
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.
| typedef std::map< utility::OrderedTuple< utility::vector1< core::Size > >, core::Size > protocols::match::output::SameSequenceGrouper::SequenceMap |
| protocols::match::output::SameSequenceGrouper::SameSequenceGrouper | ( | ) |
| protocols::match::output::SameSequenceGrouper::SameSequenceGrouper | ( | core::Size | ncst | ) |
|
overridedefault |
|
overridevirtual |
|
overridevirtual |
Implements protocols::match::output::MatchGrouper.
Reimplemented in protocols::match::output::SameSequenceAndDSPositionGrouper.
References protocols::match::fake_hit(), hit_cacher_, n_geometric_constraints_, sequence_indexer_, and protocols::match::match_dspos1::upstream_hits.
|
overridevirtual |
Implements protocols::match::output::MatchGrouper.
Reimplemented in protocols::match::output::SameSequenceAndDSPositionGrouper.
References sequence_indexer_.
Referenced by protocols::match::output::SameSequenceAndDSPositionGrouper::reset().
| void protocols::match::output::SameSequenceGrouper::set_hit_cacher | ( | UpstreamHitCacherOP | cacher | ) |
References hit_cacher_.
|
virtual |
Reimplemented in protocols::match::output::SameSequenceAndDSPositionGrouper.
References n_geometric_constraints_.
Referenced by protocols::match::output::SameSequenceAndDSPositionGrouper::set_n_geometric_constraints().
|
private |
Referenced by assign_group_for_match(), and set_hit_cacher().
|
private |
Referenced by assign_group_for_match(), and set_n_geometric_constraints().
|
private |
Referenced by assign_group_for_match(), and reset().
1.8.7