~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to asnstat/asnsset.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2002-04-04 22:13:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020404221309-vfze028rfnlrldct
Tags: upstream-6.1.20011220a
ImportĀ upstreamĀ versionĀ 6.1.20011220a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***********************************************************************
 
2
*
 
3
**
 
4
*        Automatic header module from ASNTOOL
 
5
*
 
6
************************************************************************/
 
7
 
 
8
#ifndef _ASNTOOL_
 
9
#include <asn.h>
 
10
#endif
 
11
 
 
12
static char * asnfilename = "asnsset.h61";
 
13
static AsnValxNode avnx[20] = {
 
14
    {20,"not-set" ,0,0.0,&avnx[1] } ,
 
15
    {20,"nuc-prot" ,1,0.0,&avnx[2] } ,
 
16
    {20,"segset" ,2,0.0,&avnx[3] } ,
 
17
    {20,"conset" ,3,0.0,&avnx[4] } ,
 
18
    {20,"parts" ,4,0.0,&avnx[5] } ,
 
19
    {20,"gibb" ,5,0.0,&avnx[6] } ,
 
20
    {20,"gi" ,6,0.0,&avnx[7] } ,
 
21
    {20,"genbank" ,7,0.0,&avnx[8] } ,
 
22
    {20,"pir" ,8,0.0,&avnx[9] } ,
 
23
    {20,"pub-set" ,9,0.0,&avnx[10] } ,
 
24
    {20,"equiv" ,10,0.0,&avnx[11] } ,
 
25
    {20,"swissprot" ,11,0.0,&avnx[12] } ,
 
26
    {20,"pdb-entry" ,12,0.0,&avnx[13] } ,
 
27
    {20,"mut-set" ,13,0.0,&avnx[14] } ,
 
28
    {20,"pop-set" ,14,0.0,&avnx[15] } ,
 
29
    {20,"phy-set" ,15,0.0,&avnx[16] } ,
 
30
    {20,"eco-set" ,16,0.0,&avnx[17] } ,
 
31
    {20,"gen-prod-set" ,17,0.0,&avnx[18] } ,
 
32
    {20,"other" ,255,0.0,NULL } ,
 
33
    {3,NULL,0,0.0,NULL } };
 
34
 
 
35
static AsnType atx[28] = {
 
36
  {401, "Bioseq-set" ,1,0,0,0,0,1,0,0,NULL,&atx[27],&atx[1],0,&atx[17]} ,
 
37
  {0, "id" ,128,0,0,1,0,0,0,0,NULL,&atx[2],NULL,0,&atx[3]} ,
 
38
  {406, "Object-id" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[4]} ,
 
39
  {0, "coll" ,128,1,0,1,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
 
40
  {407, "Dbtag" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[12]} ,
 
41
  {0, "level" ,128,2,0,1,0,0,0,0,NULL,&atx[6],NULL,0,&atx[7]} ,
 
42
  {302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 
43
  {0, "class" ,128,3,0,0,1,0,0,0,&avnx[19],&atx[8],&avnx[0],0,&atx[9]} ,
 
44
  {310, "ENUMERATED" ,0,10,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 
45
  {0, "release" ,128,4,0,1,0,0,0,0,NULL,&atx[10],NULL,0,&atx[11]} ,
 
46
  {323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 
47
  {0, "date" ,128,5,0,1,0,0,0,0,NULL,&atx[12],NULL,0,&atx[13]} ,
 
48
  {408, "Date" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,NULL} ,
 
49
  {0, "descr" ,128,6,0,1,0,0,0,0,NULL,&atx[14],NULL,0,&atx[15]} ,
 
50
  {405, "Seq-descr" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[2]} ,
 
51
  {0, "seq-set" ,128,7,0,0,0,0,0,0,NULL,&atx[22],&atx[16],0,&atx[23]} ,
 
52
  {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[17],NULL,0,NULL} ,
 
53
  {402, "Seq-entry" ,1,0,0,0,0,1,0,0,NULL,&atx[21],&atx[18],0,&atx[19]} ,
 
54
  {0, "seq" ,128,0,0,0,0,0,0,0,NULL,&atx[19],NULL,0,&atx[20]} ,
 
55
  {403, "Bioseq" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[25]} ,
 
56
  {0, "set" ,128,1,0,0,0,0,0,0,NULL,&atx[0],NULL,0,NULL} ,
 
57
  {315, "CHOICE" ,0,-1,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 
58
  {312, "SEQUENCE OF" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 
59
  {0, "annot" ,128,8,0,1,0,0,0,0,NULL,&atx[26],&atx[24],0,NULL} ,
 
60
  {0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[25],NULL,0,NULL} ,
 
61
  {404, "Seq-annot" ,1,0,0,0,0,0,1,0,NULL,NULL,NULL,0,&atx[14]} ,
 
62
  {314, "SET OF" ,0,17,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
 
63
  {311, "SEQUENCE" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} };
 
64
 
 
65
static AsnModule ampx[1] = {
 
66
  { "NCBI-Seqset" , "asnsset.h61",&atx[0],NULL,NULL,0,0} };
 
67
 
 
68
static AsnValxNodePtr avn = avnx;
 
69
static AsnTypePtr at = atx;
 
70
static AsnModulePtr amp = ampx;
 
71
 
 
72
 
 
73
 
 
74
/**************************************************
 
75
*
 
76
*    Defines for Module NCBI-Seqset
 
77
*
 
78
**************************************************/
 
79
 
 
80
#define BIOSEQ_SET &at[0]
 
81
#define BIOSEQ_SET_id &at[1]
 
82
#define BIOSEQ_SET_coll &at[3]
 
83
#define BIOSEQ_SET_level &at[5]
 
84
#define BIOSEQ_SET_class &at[7]
 
85
#define BIOSEQ_SET_release &at[9]
 
86
#define BIOSEQ_SET_date &at[11]
 
87
#define BIOSEQ_SET_descr &at[13]
 
88
#define BIOSEQ_SET_seq_set &at[15]
 
89
#define BIOSEQ_SET_seq_set_E &at[16]
 
90
#define BIOSEQ_SET_annot &at[23]
 
91
#define BIOSEQ_SET_annot_E &at[24]
 
92
 
 
93
#define SEQ_ENTRY &at[17]
 
94
#define SEQ_ENTRY_seq &at[18]
 
95
#define SEQ_ENTRY_set &at[20]