NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type > Struct Template Reference

Detailed description

template< uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
struct nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >

A helper scoring context class, instantiated to configure sw_alignment_score_dispatch to perform scoring in windows

Definition at line 104 of file sw_banded_inl.h.

#include <sw_banded_inl.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE SmithWatermanCheckpointedScoringContext (checkpoint_type checkpoints)
 
template<typename band_type , typename scoring_type , typename score_type >
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
init (const uint32 i, band_type &band, const scoring_type &scoring, const score_type infimum)
 
template<typename band_type >
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
previous_row (const uint32 i, const band_type &band)
 
template<typename band_type >
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE void 
last_row (const uint32 i, const band_type &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)
 

Public Members

checkpoint_type m_checkpoints
 

Constructor & Destructor Documentation

template<uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >::SmithWatermanCheckpointedScoringContext ( checkpoint_type  checkpoints)
inline

Definition at line 107 of file sw_banded_inl.h.

Member Function Documentation

template<uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
template<typename band_type , typename scoring_type , typename score_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >::init ( const uint32  i,
band_type &  band,
const scoring_type &  scoring,
const score_type  infimum 
)
inline

Definition at line 112 of file sw_banded_inl.h.

template<uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
template<typename band_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >::last_row ( const uint32  i,
const band_type &  band 
)
inline

Definition at line 138 of file sw_banded_inl.h.

template<uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
template<typename score_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >::new_cell ( const uint32  i,
const uint32  j,
const score_type  score,
const DirectionVector  dir 
)
inline

Definition at line 153 of file sw_banded_inl.h.

template<uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
template<typename band_type >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE void nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >::previous_row ( const uint32  i,
const band_type &  band 
)
inline

Definition at line 132 of file sw_banded_inl.h.

Member Data Documentation

template<uint32 BAND_LEN, AlignmentType TYPE, typename checkpoint_type>
checkpoint_type nvbio::aln::priv::banded::SmithWatermanCheckpointedScoringContext< BAND_LEN, TYPE, checkpoint_type >::m_checkpoints

Definition at line 159 of file sw_banded_inl.h.


The documentation for this struct was generated from the following file: