![]() |
Rosetta
2021.16
|
#include <AlignmentSet.hh>
Public Member Functions | |
| AlignmentSet () | |
| virtual | ~AlignmentSet ()=default |
| utility::vector1 < core::sequence::SequenceAlignment > | alignments () const |
| Gets the next alignment from the stream. Might be the same alignment every time, or might be a different alignment after each call to this function. More... | |
| void | insert (core::sequence::SequenceAlignment aln) |
| core::Size | size () const |
Private Attributes | |
| std::set < core::sequence::SequenceAlignment > | align_set_ |
|
inline |
|
virtualdefault |
| utility::vector1< core::sequence::SequenceAlignment > protocols::comparative_modeling::AlignmentSet::alignments | ( | ) | const |
Gets the next alignment from the stream. Might be the same alignment every time, or might be a different alignment after each call to this function.
References align_set_.
| void protocols::comparative_modeling::AlignmentSet::insert | ( | core::sequence::SequenceAlignment | aln | ) |
References align_set_.
| core::Size protocols::comparative_modeling::AlignmentSet::size | ( | ) | const |
References align_set_.
|
private |
Referenced by alignments(), insert(), and size().
1.8.7