|
NVBIO
|
An edit distance alignment algorithm, see Aligners
| T_TYPE | specifies whether the alignment is SEMI_GLOBAL/GLOBAL |
| AlgorithmType | specifies the Algorithm Tag |
Definition at line 180 of file alignment_base.h.
#include <alignment_base.h>
Public Types | |
| typedef EditDistanceTag | aligner_tag |
| the Aligner Tag More... | |
| typedef AlgorithmType | algorithm_tag |
| the Algorithm Tag More... | |
Static Public Members | |
| static const AlignmentType | TYPE = T_TYPE |
| the AlignmentType More... | |
| typedef AlgorithmType nvbio::aln::EditDistanceAligner< T_TYPE, AlgorithmType >::algorithm_tag |
the Algorithm Tag
Definition at line 185 of file alignment_base.h.
| typedef EditDistanceTag nvbio::aln::EditDistanceAligner< T_TYPE, AlgorithmType >::aligner_tag |
the Aligner Tag
Definition at line 184 of file alignment_base.h.
|
static |
the AlignmentType
Definition at line 182 of file alignment_base.h.
1.8.4