00001 #ifndef CODONTABLE_H 00002 #define CODONTABLE_H 00003 00004 class Contontable { 00005 private: 00008 char codon[4][4][4]; 00009 char major_start[3]; 00010 char* minor_starts[][3]; 00011 #endif