NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Members | List of all members
nvbio::AlphabetTraits< DNA_N > Struct Template Reference

Detailed description

template<>
struct nvbio::AlphabetTraits< DNA_N >

A traits class for DNA_N Alphabet

Definition at line 99 of file alphabet.h.

#include <alphabet.h>

Public Types

enum  {
  A = 0, C = 1, G = 2, T = 3,
  N = 4
}
 

Static Public Members

static const uint32 SYMBOL_SIZE = 4
 
static const uint32 SYMBOL_COUNT = 5
 

Member Enumeration Documentation

anonymous enum
Enumerator
A 
C 
G 
T 
N 

Definition at line 104 of file alphabet.h.

Member Data Documentation

const uint32 nvbio::AlphabetTraits< DNA_N >::SYMBOL_COUNT = 5
static

Definition at line 102 of file alphabet.h.

const uint32 nvbio::AlphabetTraits< DNA_N >::SYMBOL_SIZE = 4
static

Definition at line 101 of file alphabet.h.


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