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< PROTEIN > Struct Template Reference

Detailed description

template<>
struct nvbio::AlphabetTraits< PROTEIN >

A traits class for Protein Alphabet

Definition at line 140 of file alphabet.h.

#include <alphabet.h>

Public Types

enum  {
  A = 0, C = 1, D = 2, E = 3,
  F = 4, G = 5, H = 6, I = 7,
  K = 8, L = 9, M = 10, N = 11,
  O = 12, P = 13, Q = 14, R = 15,
  S = 16, T = 17, V = 18, W = 19,
  Y = 20, B = 21, Z = 22, X = 23
}
 

Static Public Members

static const uint32 SYMBOL_SIZE = 8
 
static const uint32 SYMBOL_COUNT = 24
 

Member Enumeration Documentation

anonymous enum
Enumerator
A 
C 
D 
E 
F 
G 
H 
I 
K 
L 
M 
N 
O 
P 
Q 
R 
S 
T 
V 
W 
Y 
B 
Z 
X 

Definition at line 145 of file alphabet.h.

Member Data Documentation

const uint32 nvbio::AlphabetTraits< PROTEIN >::SYMBOL_COUNT = 24
static

Definition at line 143 of file alphabet.h.

const uint32 nvbio::AlphabetTraits< PROTEIN >::SYMBOL_SIZE = 8
static

Definition at line 142 of file alphabet.h.


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