NVBIO
|
A helper scoring context class, instantiated to configure gotoh_alignment_score_dispatch to store checkpoints of the banded DP matrix along the pattern
Definition at line 206 of file gotoh_banded_inl.h.
#include <gotoh_banded_inl.h>
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | GotohCheckpointContext (checkpoint_type checkpoints) |
template<typename H_band_type , typename F_band_type , typename scoring_type , typename score_type > | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | init (const uint32 i, H_band_type &H_band, F_band_type &F_band, const scoring_type &scoring, const score_type infimum) |
template<typename H_band_type , typename F_band_type > | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | previous_row (const uint32 i, const H_band_type &H_band, const F_band_type &F_band) |
template<typename H_band_type , typename F_band_type > | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | last_row (const uint32 i, const H_band_type &H_band, const F_band_type &F_band) |
template<typename score_type > | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void | new_cell (const uint32 i, const uint32 j, const score_type score, const DirectionVector dir, const DirectionVector edir, const DirectionVector fdir) |
Public Members | |
checkpoint_type | m_checkpoints |
|
inline |
Definition at line 209 of file gotoh_banded_inl.h.
|
inline |
Definition at line 214 of file gotoh_banded_inl.h.
|
inline |
Definition at line 245 of file gotoh_banded_inl.h.
|
inline |
Definition at line 263 of file gotoh_banded_inl.h.
|
inline |
Definition at line 226 of file gotoh_banded_inl.h.
checkpoint_type nvbio::aln::priv::banded::GotohCheckpointContext< BAND_LEN, TYPE, CHECKPOINTS, checkpoint_type >::m_checkpoints |
Definition at line 271 of file gotoh_banded_inl.h.