Rosetta 3.5
|
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< Size > >, Size > | SequenceMap |
![]() | |
typedef core::Real | Real |
Public Member Functions | |
SameSequenceGrouper () | |
SameSequenceGrouper (Size ncst) | |
virtual | ~SameSequenceGrouper () |
virtual Size | assign_group_for_match (match const &m) |
virtual Size | assign_group_for_match (match_dspos1 const &m) |
virtual void | reset () |
virtual void | set_n_geometric_constraints (Size n_csts) |
void | set_hit_cacher (UpstreamHitCacherOP cacher) |
![]() | |
MatchGrouper () | |
virtual | ~MatchGrouper () |
Private Attributes | |
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< Size > >, Size > protocols::match::output::SameSequenceGrouper::SequenceMap |
protocols::match::output::SameSequenceGrouper::SameSequenceGrouper | ( | ) |
protocols::match::output::SameSequenceGrouper::SameSequenceGrouper | ( | Size | ncst) |
|
virtual |
|
virtual |
|
virtual |
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.
|
virtual |
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().