|
Rosetta 3.5
|
#include <AlignmentSet.hh>

Public Member Functions | |
| AlignmentSet () | |
| virtual | ~AlignmentSet () |
| 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_ |
Definition at line 29 of file AlignmentSet.hh.
|
inline |
Definition at line 32 of file AlignmentSet.hh.
|
inlinevirtual |
Definition at line 33 of file AlignmentSet.hh.
| 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.
Definition at line 31 of file AlignmentSet.cc.
References align_set_, and core::sequence::end.
| void protocols::comparative_modeling::AlignmentSet::insert | ( | core::sequence::SequenceAlignment | aln) |
Definition at line 45 of file AlignmentSet.cc.
References align_set_.
| core::Size protocols::comparative_modeling::AlignmentSet::size | ( | ) | const |
Definition at line 51 of file AlignmentSet.cc.
References align_set_.
|
private |
Definition at line 46 of file AlignmentSet.hh.
Referenced by alignments(), insert(), and size().
1.8.4