~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to object/objinsdseq.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
/**************************************************
18
18
*
19
19
*    Generated objects for Module INSD-INSDSeq
20
 
*    Generated using ASNCODE Revision: 6.14 at Jun 1, 2004 11:01 AM
 
20
*    Generated using ASNCODE Revision: 6.14 at Dec 14, 2005  4:58 PM
21
21
*
22
22
**************************************************/
23
23
 
49
49
   CharPtr   accession_version;
50
50
   ValNodePtr   other_seqids;
51
51
   ValNodePtr   secondary_accessions;
 
52
   CharPtr   project;
52
53
   ValNodePtr   keywords;
53
54
   CharPtr   segment;
54
55
   CharPtr   source;
81
82
   struct struct_INSDReference PNTR next;
82
83
   Uint4 OBbits__;
83
84
   CharPtr   reference;
 
85
   CharPtr   position;
84
86
   ValNodePtr   authors;
85
87
   CharPtr   consortium;
86
88
   CharPtr   title;
87
89
   CharPtr   journal;
88
 
#define OB__INSDReference_medline 0
89
 
 
90
 
   Int4   medline;
91
 
#define OB__INSDReference_pubmed 1
 
90
   struct struct_INSDXref PNTR   xref;
 
91
#define OB__INSDReference_pubmed 0
92
92
 
93
93
   Int4   pubmed;
94
94
   CharPtr   remark;
113
113
   CharPtr   key;
114
114
   CharPtr   location;
115
115
   struct struct_INSDInterval PNTR   intervals;
 
116
   CharPtr   operator__;
 
117
#define OB__INSDFeature_partial5 0
 
118
 
 
119
   Uint1   partial5;
 
120
#define OB__INSDFeature_partial3 1
 
121
 
 
122
   Uint1   partial3;
116
123
   struct struct_INSDQualifier PNTR   quals;
117
124
} INSDFeature, PNTR INSDFeaturePtr;
118
125
 
126
133
 
127
134
/**************************************************
128
135
*
 
136
*    INSDXref
 
137
*
 
138
**************************************************/
 
139
typedef struct struct_INSDXref {
 
140
   struct struct_INSDXref PNTR next;
 
141
   Uint4 OBbits__;
 
142
   CharPtr   dbname;
 
143
   CharPtr   id;
 
144
} INSDXref, PNTR INSDXrefPtr;
 
145
 
 
146
 
 
147
NLM_EXTERN INSDXrefPtr LIBCALL INSDXrefFree PROTO ((INSDXrefPtr ));
 
148
NLM_EXTERN INSDXrefPtr LIBCALL INSDXrefNew PROTO (( void ));
 
149
NLM_EXTERN INSDXrefPtr LIBCALL INSDXrefAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
 
150
NLM_EXTERN Boolean LIBCALL INSDXrefAsnWrite PROTO (( INSDXrefPtr , AsnIoPtr, AsnTypePtr));
 
151
 
 
152
 
 
153
 
 
154
/**************************************************
 
155
*
129
156
*    INSDInterval
130
157
*
131
158
**************************************************/
141
168
#define OB__INSDInterval_point 2
142
169
 
143
170
   Int4   point;
 
171
#define OB__INSDInterval_iscomp 3
 
172
 
 
173
   Uint1   iscomp;
 
174
#define OB__INSDInterval_interbp 4
 
175
 
 
176
   Uint1   interbp;
144
177
   CharPtr   accession;
145
178
} INSDInterval, PNTR INSDIntervalPtr;
146
179