|
Rosetta 3.5
|
#include <NWAligner.hh>


Public Member Functions | |
| NWAligner () | |
| ctor More... | |
| virtual | ~NWAligner () |
| dtor More... | |
| virtual SequenceAlignment | align (SequenceOP seq_y, SequenceOP seq_x, ScoringSchemeOP ss) |
Public Member Functions inherited from core::sequence::Aligner | |
| Aligner () | |
| ctor More... | |
| virtual | ~Aligner () |
| dtor More... | |
| void | validate_input (SequenceOP seq_y, SequenceOP seq_x, ScoringSchemeOP ss) |
| SequenceAlignment | traceback (SequenceOP seq_x, SequenceOP seq_y, DP_Matrix matrix, CellOP start) |
Static Public Member Functions | |
| static void | init_matrix (Size y_len, Size x_len, ScoringSchemeOP ss, DP_Matrix &scores) |
Definition at line 30 of file NWAligner.hh.
|
inline |
ctor
Definition at line 35 of file NWAligner.hh.
|
inlinevirtual |
dtor
Definition at line 38 of file NWAligner.hh.
|
virtual |
Implements core::sequence::Aligner.
Definition at line 65 of file NWAligner.cc.
References core::sequence::above, core::sequence::diagonal, init_matrix(), core::sequence::left, core::sequence::Aligner::traceback(), and core::sequence::Aligner::validate_input().
|
static |
Definition at line 35 of file NWAligner.cc.
References core::sequence::end.
Referenced by align(), and core::sequence::MCAligner::align().
1.8.4