template<
uint32 BAND_LEN,
AlignmentType TYPE,
uint32 CHECKPOINTS,
typename checkpoint_type>
struct nvbio::aln::priv::GotohCheckpointContext< BAND_LEN, TYPE, CHECKPOINTS, checkpoint_type >
Definition at line 248 of file gotoh_inl.h.
|
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | GotohCheckpointContext (checkpoint_type checkpoints) |
|
template<typename column_type , typename scoring_type , typename score_type > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void | init (const uint32 j, const uint32 N, column_type &column, const scoring_type &scoring, const score_type zero, const score_type infimum) |
|
template<typename column_type > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void | previous_column (const uint32 j, const uint32 N, const column_type column) |
|
template<typename column_type > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void | last_column (const uint32 j, const uint32 M, const uint32 N, const column_type column) |
|
template<typename score_type > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void | new_cell (const uint32 i, const uint32 N, const uint32 j, const uint32 M, const score_type score, const DirectionVector dir, const DirectionVector edir, const DirectionVector fdir) |
|