NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
nvbio::aln::ScoreMatrices< N, M, aln::GotohTag > Struct Template Reference

Detailed description

template< uint32 N, uint32 M>
struct nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >

Definition at line 175 of file alignment_test_utils.h.

#include <alignment_test_utils.h>

Public Methods

void print ()
 

Public Members

int32 H [N+1][M+1]
 
int32 E [N+1][M+1]
 
int32 F [N+1][M+1]
 
char H_flow [N+1][M+1]
 
char E_flow [N+1][M+1]
 
char F_flow [N+1][M+1]
 

Member Function Documentation

template<uint32 N, uint32 M>
void nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::print ( )
inline

Definition at line 184 of file alignment_test_utils.h.

Member Data Documentation

template<uint32 N, uint32 M>
int32 nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::E[N+1][M+1]

Definition at line 178 of file alignment_test_utils.h.

template<uint32 N, uint32 M>
char nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::E_flow[N+1][M+1]

Definition at line 181 of file alignment_test_utils.h.

template<uint32 N, uint32 M>
int32 nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::F[N+1][M+1]

Definition at line 179 of file alignment_test_utils.h.

template<uint32 N, uint32 M>
char nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::F_flow[N+1][M+1]

Definition at line 182 of file alignment_test_utils.h.

template<uint32 N, uint32 M>
int32 nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::H[N+1][M+1]

Definition at line 177 of file alignment_test_utils.h.

template<uint32 N, uint32 M>
char nvbio::aln::ScoreMatrices< N, M, aln::GotohTag >::H_flow[N+1][M+1]

Definition at line 180 of file alignment_test_utils.h.


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