Definition at line 628 of file alignment_test_utils.h.
#include <alignment_test_utils.h>
|
| void | clear () |
| |
| NVBIO_HOST_DEVICE void | clip (const uint32 len) |
| |
| NVBIO_HOST_DEVICE void | push (const uint8 op) |
| |
| template<AlignmentType TYPE> |
| int32 | score (EditDistanceAligner< TYPE > aligner, const uint32 offset, const uint8 *str, const uint8 *ref) |
| |
| template<AlignmentType TYPE, typename scoring_type > |
| int32 | score (SmithWatermanAligner< TYPE, scoring_type > aligner, const uint32 offset, const uint8 *str, const uint8 *ref) |
| |
| template<AlignmentType TYPE, typename scoring_type > |
| int32 | score (GotohAligner< TYPE, scoring_type > aligner, const uint32 offset, const uint8 *str, const uint8 *ref) |
| |
| void nvbio::aln::TestBacktracker::clear |
( |
void |
) | |
|
|
inline |
template<AlignmentType TYPE>
template<AlignmentType TYPE, typename scoring_type >
template<AlignmentType TYPE, typename scoring_type >
| char nvbio::aln::TestBacktracker::aln[1024] |
| uint32 nvbio::aln::TestBacktracker::aln_len |
The documentation for this struct was generated from the following file: