source: tags/initial/EDIT4/ed4_tools.hxx

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 672 bytes
Line 
1
2#define IUPAC_EMPTY     " "
3#define IS_NUCLEOTIDE   (ED4_ROOT->alignment_type==GB_AT_RNA || ED4_ROOT->alignment_type==GB_AT_DNA)
4#define IS_AMINO        (ED4_ROOT->alignment_type==GB_AT_AMI || ED4_ROOT->alignment_type==GB_AT_PRO)
5#define IUPAC_GROUPS    6
6
7extern int ED4_iupac_group[26];
8char ED4_encode_iupac(const char bases[/*4*/], GB_alignment_type ali);
9const char* ED4_decode_iupac(char iupac, GB_alignment_type ali);
10
11void ED4_set_clipping_rectangle(AW_rectangle *rect);
12// void ED4_reduce_clipping_rectangle(AW_pos x1, AW_pos y1, AW_pos x2, AW_pos y2);
13
14void ED4_aws_init(AW_root *root, AW_window_simple *aws, GB_CSTR macro_format, GB_CSTR window_format, GB_CSTR typeId);
15
16
17
Note: See TracBrowser for help on using the repository browser.