File: classOpenMS_1_1DataProcessing.html

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (642 lines) | stat: -rw-r--r-- 57,636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
<HTML>
<HEAD>
<TITLE>DataProcessing Class Reference</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> &nbsp;&middot;
<A href="classes.html">Classes</A> &nbsp;&middot;
<A href="annotated.html">Annotated Classes</A> &nbsp;&middot;
<A href="modules.html">Modules</A> &nbsp;&middot;
<A href="functions_func.html">Members</A> &nbsp;&middot;
<A href="namespaces.html">Namespaces</A> &nbsp;&middot;
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespaceOpenMS.html">OpenMS</a></li><li class="navelem"><a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-attribs">Static Public Attributes</a> &#124;
<a href="#pro-attribs">Protected Attributes</a> &#124;
<a href="classOpenMS_1_1DataProcessing-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">DataProcessing Class Reference<div class="ingroups"><a class="el" href="group__Metadata.html">Metadata</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>Descripton of the applied preprocessing steps.  
 <a href="classOpenMS_1_1DataProcessing.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="DataProcessing_8h_source.html">OpenMS/METADATA/DataProcessing.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for DataProcessing:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classOpenMS_1_1DataProcessing.png" usemap="#DataProcessing_map" alt=""/>
  <map id="DataProcessing_map" name="DataProcessing_map">
<area href="classOpenMS_1_1MetaInfoInterface.html" title="Interface for classes that can store arbitrary meta information (Type-Name-Value tuples). " alt="MetaInfoInterface" shape="rect" coords="0,0,111,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:af8d7ce8405ff2af127df2f9a1234f3b9"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a> { <br/>
&#160;&#160;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9ae75d9344e9e326323f2b485cd4c1e003">DATA_PROCESSING</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9ad6aaf5187119b5738f4648dcb932c240">CHARGE_DECONVOLUTION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a1491834ae41afad2cd5d4e69f20aaaae">DEISOTOPING</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9ad261194a1dded675599dfdc7212b63b1">SMOOTHING</a>, 
<br/>
&#160;&#160;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9af083c14a6a074a19ac7a75066eb83866">CHARGE_CALCULATION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a2ca454d58033fd433df401a2406fb173">PRECURSOR_RECALCULATION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9aec300465e654790d9154eb0d64ca3267">BASELINE_REDUCTION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a181a4b8e81bcfae30e38dc548a5586f3">PEAK_PICKING</a>, 
<br/>
&#160;&#160;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a8d86de0851abd047aef8c1cbb3c1603b">ALIGNMENT</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a03940d78fb7ee5fc71b49ca87cfdfb1c">CALIBRATION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a0de981225527baadd805eabc7a029173">NORMALIZATION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a9159f47bf89a34ad71b71f283ff09cd9">FILTERING</a>, 
<br/>
&#160;&#160;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9acb35c66537bb433359a7234a20229510">QUANTITATION</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a8669c4188fdedd7d2250c3169a2d155f">FEATURE_GROUPING</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a104b6b80ea3c0f59f1c82b5869b4ad1e">IDENTIFICATION_MAPPING</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9ab269e4bf446e6556e4f49a5737931643">FORMAT_CONVERSION</a>, 
<br/>
&#160;&#160;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9ac7b870e1adfeb8747214d4ef5144376c">CONVERSION_MZDATA</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9abb654c12968c8c4c658d61af4a6e0765">CONVERSION_MZML</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9ac6602550db94324f2d4b712d8962c4cd">CONVERSION_MZXML</a>, 
<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9aa20c95ae75ff9c98d471a6e0c30b1f88">CONVERSION_DTA</a>, 
<br/>
&#160;&#160;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a63bd6a7759424fea6d52652175ee56c4">SIZE_OF_PROCESSINGACTION</a>
<br/>
 }</td></tr>
<tr class="separator:af8d7ce8405ff2af127df2f9a1234f3b9"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aae6acf2f69bb17d7a15a0f2fcd796aac"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#aae6acf2f69bb17d7a15a0f2fcd796aac">DataProcessing</a> ()</td></tr>
<tr class="memdesc:aae6acf2f69bb17d7a15a0f2fcd796aac"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor.  <a href="#aae6acf2f69bb17d7a15a0f2fcd796aac">More...</a><br/></td></tr>
<tr class="separator:aae6acf2f69bb17d7a15a0f2fcd796aac"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af234466ef279eecbd2fef3158ac4c545"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#af234466ef279eecbd2fef3158ac4c545">DataProcessing</a> (const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;source)</td></tr>
<tr class="memdesc:af234466ef279eecbd2fef3158ac4c545"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy construcor.  <a href="#af234466ef279eecbd2fef3158ac4c545">More...</a><br/></td></tr>
<tr class="separator:af234466ef279eecbd2fef3158ac4c545"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a50560f8d5e8acc7f0d35c1a49d080f12"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a50560f8d5e8acc7f0d35c1a49d080f12">~DataProcessing</a> ()</td></tr>
<tr class="memdesc:a50560f8d5e8acc7f0d35c1a49d080f12"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a50560f8d5e8acc7f0d35c1a49d080f12">More...</a><br/></td></tr>
<tr class="separator:a50560f8d5e8acc7f0d35c1a49d080f12"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a63dc0628f274687a5161febe3a2a78e1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a63dc0628f274687a5161febe3a2a78e1">operator=</a> (const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;source)</td></tr>
<tr class="memdesc:a63dc0628f274687a5161febe3a2a78e1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Assignement operator.  <a href="#a63dc0628f274687a5161febe3a2a78e1">More...</a><br/></td></tr>
<tr class="separator:a63dc0628f274687a5161febe3a2a78e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa24aadf6f6f292ab4dc0cd96a86ba878"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#aa24aadf6f6f292ab4dc0cd96a86ba878">operator==</a> (const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;rhs) const </td></tr>
<tr class="memdesc:aa24aadf6f6f292ab4dc0cd96a86ba878"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equality operator.  <a href="#aa24aadf6f6f292ab4dc0cd96a86ba878">More...</a><br/></td></tr>
<tr class="separator:aa24aadf6f6f292ab4dc0cd96a86ba878"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a67b51e82c86d85a5bfd8cc152fefb166"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a67b51e82c86d85a5bfd8cc152fefb166">operator!=</a> (const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;rhs) const </td></tr>
<tr class="memdesc:a67b51e82c86d85a5bfd8cc152fefb166"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equality operator.  <a href="#a67b51e82c86d85a5bfd8cc152fefb166">More...</a><br/></td></tr>
<tr class="separator:a67b51e82c86d85a5bfd8cc152fefb166"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a219795d06917877c7d946a00f23e2319"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1Software.html">Software</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a219795d06917877c7d946a00f23e2319">getSoftware</a> () const </td></tr>
<tr class="memdesc:a219795d06917877c7d946a00f23e2319"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns a const reference to the software used for processing  <a href="#a219795d06917877c7d946a00f23e2319">More...</a><br/></td></tr>
<tr class="separator:a219795d06917877c7d946a00f23e2319"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afbfe22f8c2eae3a2f87b962e7e87f769"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1Software.html">Software</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#afbfe22f8c2eae3a2f87b962e7e87f769">getSoftware</a> ()</td></tr>
<tr class="memdesc:afbfe22f8c2eae3a2f87b962e7e87f769"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns a mutable reference to the software used for processing  <a href="#afbfe22f8c2eae3a2f87b962e7e87f769">More...</a><br/></td></tr>
<tr class="separator:afbfe22f8c2eae3a2f87b962e7e87f769"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ff34073a7ed3fabe3f5deff96c0282e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a8ff34073a7ed3fabe3f5deff96c0282e">setSoftware</a> (const <a class="el" href="classOpenMS_1_1Software.html">Software</a> &amp;software)</td></tr>
<tr class="memdesc:a8ff34073a7ed3fabe3f5deff96c0282e"><td class="mdescLeft">&#160;</td><td class="mdescRight">sets the software used for processing  <a href="#a8ff34073a7ed3fabe3f5deff96c0282e">More...</a><br/></td></tr>
<tr class="separator:a8ff34073a7ed3fabe3f5deff96c0282e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad34bb2f8f677e2f6c6c505d11754a765"><td class="memItemLeft" align="right" valign="top">const std::set<br class="typebreak"/>
&lt; <a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a> &gt; &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#ad34bb2f8f677e2f6c6c505d11754a765">getProcessingActions</a> () const </td></tr>
<tr class="memdesc:ad34bb2f8f677e2f6c6c505d11754a765"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns a const reference to the applied processing actions  <a href="#ad34bb2f8f677e2f6c6c505d11754a765">More...</a><br/></td></tr>
<tr class="separator:ad34bb2f8f677e2f6c6c505d11754a765"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa027193f4364c50fb477d665b1ff287c"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a> &gt; &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#aa027193f4364c50fb477d665b1ff287c">getProcessingActions</a> ()</td></tr>
<tr class="memdesc:aa027193f4364c50fb477d665b1ff287c"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns a mutable reference to the description of the applied processing  <a href="#aa027193f4364c50fb477d665b1ff287c">More...</a><br/></td></tr>
<tr class="separator:aa027193f4364c50fb477d665b1ff287c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ace28c93a6e52cfa962de6e5f4bad1fc8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#ace28c93a6e52cfa962de6e5f4bad1fc8">setProcessingActions</a> (const std::set&lt; <a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a> &gt; &amp;actions)</td></tr>
<tr class="memdesc:ace28c93a6e52cfa962de6e5f4bad1fc8"><td class="mdescLeft">&#160;</td><td class="mdescRight">sets the description of the applied processing  <a href="#ace28c93a6e52cfa962de6e5f4bad1fc8">More...</a><br/></td></tr>
<tr class="separator:ace28c93a6e52cfa962de6e5f4bad1fc8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3bbd5b209e18f9afd4d8b4308787a538"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1DateTime.html">DateTime</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a3bbd5b209e18f9afd4d8b4308787a538">getCompletionTime</a> () const </td></tr>
<tr class="memdesc:a3bbd5b209e18f9afd4d8b4308787a538"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns the time of completition of the processing  <a href="#a3bbd5b209e18f9afd4d8b4308787a538">More...</a><br/></td></tr>
<tr class="separator:a3bbd5b209e18f9afd4d8b4308787a538"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1429c5f03fd5bf24ca23b2666cd30422"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a1429c5f03fd5bf24ca23b2666cd30422">setCompletionTime</a> (const <a class="el" href="classOpenMS_1_1DateTime.html">DateTime</a> &amp;completion_time)</td></tr>
<tr class="memdesc:a1429c5f03fd5bf24ca23b2666cd30422"><td class="mdescLeft">&#160;</td><td class="mdescRight">sets the time of completition taking a <a class="el" href="classOpenMS_1_1DateTime.html" title="DateTime Class. ">DateTime</a> object  <a href="#a1429c5f03fd5bf24ca23b2666cd30422">More...</a><br/></td></tr>
<tr class="separator:a1429c5f03fd5bf24ca23b2666cd30422"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classOpenMS_1_1MetaInfoInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classOpenMS_1_1MetaInfoInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a></td></tr>
<tr class="memitem:a4adf02f403d7b972e7e6a58e938ecb6c inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a4adf02f403d7b972e7e6a58e938ecb6c">MetaInfoInterface</a> ()</td></tr>
<tr class="memdesc:a4adf02f403d7b972e7e6a58e938ecb6c inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">constructor  <a href="#a4adf02f403d7b972e7e6a58e938ecb6c">More...</a><br/></td></tr>
<tr class="separator:a4adf02f403d7b972e7e6a58e938ecb6c inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae216eb0aa3192b67d70da8c461583256 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#ae216eb0aa3192b67d70da8c461583256">MetaInfoInterface</a> (const <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a> &amp;rhs)</td></tr>
<tr class="memdesc:ae216eb0aa3192b67d70da8c461583256 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">copy constructor  <a href="#ae216eb0aa3192b67d70da8c461583256">More...</a><br/></td></tr>
<tr class="separator:ae216eb0aa3192b67d70da8c461583256 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a30c6469ab28a1ae578b23109f8b931c6 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a30c6469ab28a1ae578b23109f8b931c6">~MetaInfoInterface</a> ()</td></tr>
<tr class="memdesc:a30c6469ab28a1ae578b23109f8b931c6 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">destructor  <a href="#a30c6469ab28a1ae578b23109f8b931c6">More...</a><br/></td></tr>
<tr class="separator:a30c6469ab28a1ae578b23109f8b931c6 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0b7e858982ccb9d37b01971e6cd43596 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a0b7e858982ccb9d37b01971e6cd43596">operator=</a> (const <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a> &amp;rhs)</td></tr>
<tr class="memdesc:a0b7e858982ccb9d37b01971e6cd43596 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">assignment operator  <a href="#a0b7e858982ccb9d37b01971e6cd43596">More...</a><br/></td></tr>
<tr class="separator:a0b7e858982ccb9d37b01971e6cd43596 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae1233471a3265a00a5edef4017ee8f20 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#ae1233471a3265a00a5edef4017ee8f20">operator==</a> (const <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a> &amp;rhs) const </td></tr>
<tr class="memdesc:ae1233471a3265a00a5edef4017ee8f20 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equality operator.  <a href="#ae1233471a3265a00a5edef4017ee8f20">More...</a><br/></td></tr>
<tr class="separator:ae1233471a3265a00a5edef4017ee8f20 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aabdb6bf51d554dba98617e3f7609c6cf inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#aabdb6bf51d554dba98617e3f7609c6cf">operator!=</a> (const <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a> &amp;rhs) const </td></tr>
<tr class="memdesc:aabdb6bf51d554dba98617e3f7609c6cf inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Equality operator.  <a href="#aabdb6bf51d554dba98617e3f7609c6cf">More...</a><br/></td></tr>
<tr class="separator:aabdb6bf51d554dba98617e3f7609c6cf inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aae35ae2dfad88d673b03c787aafca83d inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1DataValue.html">DataValue</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#aae35ae2dfad88d673b03c787aafca83d">getMetaValue</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;name) const </td></tr>
<tr class="memdesc:aae35ae2dfad88d673b03c787aafca83d inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns the value corresponding to a string  <a href="#aae35ae2dfad88d673b03c787aafca83d">More...</a><br/></td></tr>
<tr class="separator:aae35ae2dfad88d673b03c787aafca83d inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae9b2516ea1331df63e4fc098c16b50e3 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1DataValue.html">DataValue</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#ae9b2516ea1331df63e4fc098c16b50e3">getMetaValue</a> (<a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> index) const </td></tr>
<tr class="memdesc:ae9b2516ea1331df63e4fc098c16b50e3 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns the value corresponding to an index  <a href="#ae9b2516ea1331df63e4fc098c16b50e3">More...</a><br/></td></tr>
<tr class="separator:ae9b2516ea1331df63e4fc098c16b50e3 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acabf8a0e3c40224df62b282a5ce0318f inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#acabf8a0e3c40224df62b282a5ce0318f">metaValueExists</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;name) const </td></tr>
<tr class="memdesc:acabf8a0e3c40224df62b282a5ce0318f inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns if this <a class="el" href="classOpenMS_1_1MetaInfo.html" title="A Type-Name-Value tuple class. ">MetaInfo</a> is set  <a href="#acabf8a0e3c40224df62b282a5ce0318f">More...</a><br/></td></tr>
<tr class="separator:acabf8a0e3c40224df62b282a5ce0318f inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aabf87daa46e081dd9584d4987d2206f6 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#aabf87daa46e081dd9584d4987d2206f6">metaValueExists</a> (<a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> index) const </td></tr>
<tr class="memdesc:aabf87daa46e081dd9584d4987d2206f6 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns if this <a class="el" href="classOpenMS_1_1MetaInfo.html" title="A Type-Name-Value tuple class. ">MetaInfo</a> is set  <a href="#aabf87daa46e081dd9584d4987d2206f6">More...</a><br/></td></tr>
<tr class="separator:aabf87daa46e081dd9584d4987d2206f6 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a135a7e818125b31198a8a65d9ac7a3d1 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a135a7e818125b31198a8a65d9ac7a3d1">setMetaValue</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;name, const <a class="el" href="classOpenMS_1_1DataValue.html">DataValue</a> &amp;value)</td></tr>
<tr class="memdesc:a135a7e818125b31198a8a65d9ac7a3d1 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">sets the <a class="el" href="classOpenMS_1_1DataValue.html" title="Class to hold strings, numeric values, lists of strings and lists of numeric values. ">DataValue</a> corresponding to a name  <a href="#a135a7e818125b31198a8a65d9ac7a3d1">More...</a><br/></td></tr>
<tr class="separator:a135a7e818125b31198a8a65d9ac7a3d1 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abbb9d3ebe8c7c3f6a9ed131faa8cf2c9 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#abbb9d3ebe8c7c3f6a9ed131faa8cf2c9">setMetaValue</a> (<a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> index, const <a class="el" href="classOpenMS_1_1DataValue.html">DataValue</a> &amp;value)</td></tr>
<tr class="memdesc:abbb9d3ebe8c7c3f6a9ed131faa8cf2c9 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">sets the <a class="el" href="classOpenMS_1_1DataValue.html" title="Class to hold strings, numeric values, lists of strings and lists of numeric values. ">DataValue</a> corresponding to an index  <a href="#abbb9d3ebe8c7c3f6a9ed131faa8cf2c9">More...</a><br/></td></tr>
<tr class="separator:abbb9d3ebe8c7c3f6a9ed131faa8cf2c9 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aac68103b8336fa854cf4c59f8bd6cff8 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#aac68103b8336fa854cf4c59f8bd6cff8">removeMetaValue</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;name)</td></tr>
<tr class="memdesc:aac68103b8336fa854cf4c59f8bd6cff8 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the <a class="el" href="classOpenMS_1_1DataValue.html" title="Class to hold strings, numeric values, lists of strings and lists of numeric values. ">DataValue</a> corresponding to <code>name</code> if it exists.  <a href="#aac68103b8336fa854cf4c59f8bd6cff8">More...</a><br/></td></tr>
<tr class="separator:aac68103b8336fa854cf4c59f8bd6cff8 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3a8a7da0f5e71d3b96ea902c29bcf632 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a3a8a7da0f5e71d3b96ea902c29bcf632">removeMetaValue</a> (<a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> index)</td></tr>
<tr class="memdesc:a3a8a7da0f5e71d3b96ea902c29bcf632 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the <a class="el" href="classOpenMS_1_1DataValue.html" title="Class to hold strings, numeric values, lists of strings and lists of numeric values. ">DataValue</a> corresponding to <code>index</code> if it exists.  <a href="#a3a8a7da0f5e71d3b96ea902c29bcf632">More...</a><br/></td></tr>
<tr class="separator:a3a8a7da0f5e71d3b96ea902c29bcf632 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaefa2a4a5d50f899cdd82d686104d164 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#aaefa2a4a5d50f899cdd82d686104d164">getKeys</a> (std::vector&lt; <a class="el" href="classOpenMS_1_1String.html">String</a> &gt; &amp;keys) const </td></tr>
<tr class="memdesc:aaefa2a4a5d50f899cdd82d686104d164 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">fills the given vector with a list of all keys for which a value is set  <a href="#aaefa2a4a5d50f899cdd82d686104d164">More...</a><br/></td></tr>
<tr class="separator:aaefa2a4a5d50f899cdd82d686104d164 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a121b22fe4dd05ef9fc4160bd52e9bd0b inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a121b22fe4dd05ef9fc4160bd52e9bd0b">getKeys</a> (std::vector&lt; <a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> &gt; &amp;keys) const </td></tr>
<tr class="memdesc:a121b22fe4dd05ef9fc4160bd52e9bd0b inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">fills the given vector with a list of all keys for which a value is set  <a href="#a121b22fe4dd05ef9fc4160bd52e9bd0b">More...</a><br/></td></tr>
<tr class="separator:a121b22fe4dd05ef9fc4160bd52e9bd0b inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a001483d1f67f068e585f10d9abcc487d inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a001483d1f67f068e585f10d9abcc487d">isMetaEmpty</a> () const </td></tr>
<tr class="memdesc:a001483d1f67f068e585f10d9abcc487d inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">returns if the <a class="el" href="classOpenMS_1_1MetaInfo.html" title="A Type-Name-Value tuple class. ">MetaInfo</a> is empty  <a href="#a001483d1f67f068e585f10d9abcc487d">More...</a><br/></td></tr>
<tr class="separator:a001483d1f67f068e585f10d9abcc487d inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae5b77ecfe9182ebd648d54ca1137eba0 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#ae5b77ecfe9182ebd648d54ca1137eba0">clearMetaInfo</a> ()</td></tr>
<tr class="memdesc:ae5b77ecfe9182ebd648d54ca1137eba0 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">removes all meta values  <a href="#ae5b77ecfe9182ebd648d54ca1137eba0">More...</a><br/></td></tr>
<tr class="separator:ae5b77ecfe9182ebd648d54ca1137eba0 inherit pub_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:a707eb35ae07a03a77ad2836f52e3a21a"><td class="memItemLeft" align="right" valign="top">static const std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a707eb35ae07a03a77ad2836f52e3a21a">NamesOfProcessingAction</a> [<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a63bd6a7759424fea6d52652175ee56c4">SIZE_OF_PROCESSINGACTION</a>]</td></tr>
<tr class="memdesc:a707eb35ae07a03a77ad2836f52e3a21a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Names of inlet types.  <a href="#a707eb35ae07a03a77ad2836f52e3a21a">More...</a><br/></td></tr>
<tr class="separator:a707eb35ae07a03a77ad2836f52e3a21a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:a3427493dca47c93ad912befc3d83c546"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1Software.html">Software</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#a3427493dca47c93ad912befc3d83c546">software_</a></td></tr>
<tr class="separator:a3427493dca47c93ad912befc3d83c546"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae5198acc04f169ea72acaeef93ef043c"><td class="memItemLeft" align="right" valign="top">std::set&lt; <a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#ae5198acc04f169ea72acaeef93ef043c">processing_actions_</a></td></tr>
<tr class="separator:ae5198acc04f169ea72acaeef93ef043c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaf2d292a2ee7ee7067e0491ac1eb700b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1DateTime.html">DateTime</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DataProcessing.html#aaf2d292a2ee7ee7067e0491ac1eb700b">completion_time_</a></td></tr>
<tr class="separator:aaf2d292a2ee7ee7067e0491ac1eb700b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_classOpenMS_1_1MetaInfoInterface"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classOpenMS_1_1MetaInfoInterface')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a></td></tr>
<tr class="memitem:a07ce72f4d24f650fcdbba3801e1b8f59 inherit pro_attribs_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1MetaInfo.html">MetaInfo</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a07ce72f4d24f650fcdbba3801e1b8f59">meta_</a></td></tr>
<tr class="memdesc:a07ce72f4d24f650fcdbba3801e1b8f59 inherit pro_attribs_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">pointer to the <a class="el" href="classOpenMS_1_1MetaInfo.html" title="A Type-Name-Value tuple class. ">MetaInfo</a> object. 0 by default  <a href="#a07ce72f4d24f650fcdbba3801e1b8f59">More...</a><br/></td></tr>
<tr class="separator:a07ce72f4d24f650fcdbba3801e1b8f59 inherit pro_attribs_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_classOpenMS_1_1MetaInfoInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classOpenMS_1_1MetaInfoInterface')"><img src="closed.png" alt="-"/>&#160;Static Public Member Functions inherited from <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a></td></tr>
<tr class="memitem:adc0992991f912788ed14e72b6f62b2dd inherit pub_static_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classOpenMS_1_1MetaInfoRegistry.html">MetaInfoRegistry</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#adc0992991f912788ed14e72b6f62b2dd">metaRegistry</a> ()</td></tr>
<tr class="memdesc:adc0992991f912788ed14e72b6f62b2dd inherit pub_static_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">retuns a reference to the <a class="el" href="classOpenMS_1_1MetaInfoRegistry.html" title="Registry which assigns unique integer indices to strings. ">MetaInfoRegistry</a>  <a href="#adc0992991f912788ed14e72b6f62b2dd">More...</a><br/></td></tr>
<tr class="separator:adc0992991f912788ed14e72b6f62b2dd inherit pub_static_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_classOpenMS_1_1MetaInfoInterface"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classOpenMS_1_1MetaInfoInterface')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classOpenMS_1_1MetaInfoInterface.html">MetaInfoInterface</a></td></tr>
<tr class="memitem:a23bcf7d2c2357d11e1363dfe44057037 inherit pro_methods_classOpenMS_1_1MetaInfoInterface"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a23bcf7d2c2357d11e1363dfe44057037">createIfNotExists_</a> ()</td></tr>
<tr class="memdesc:a23bcf7d2c2357d11e1363dfe44057037 inherit pro_methods_classOpenMS_1_1MetaInfoInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">creates the <a class="el" href="classOpenMS_1_1MetaInfo.html" title="A Type-Name-Value tuple class. ">MetaInfo</a> object if it does not exist  <a href="#a23bcf7d2c2357d11e1363dfe44057037">More...</a><br/></td></tr>
<tr class="separator:a23bcf7d2c2357d11e1363dfe44057037 inherit pro_methods_classOpenMS_1_1MetaInfoInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Descripton of the applied preprocessing steps. </p>
</div><h2 class="groupheader">Member Enumeration Documentation</h2>
<a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a></td>
        </tr>
      </table>
</div><div class="memdoc">
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9ae75d9344e9e326323f2b485cd4c1e003"></a>DATA_PROCESSING</em>&nbsp;</td><td class="fielddoc">
<p>General data processing (if no other term applies) </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9ad6aaf5187119b5738f4648dcb932c240"></a>CHARGE_DECONVOLUTION</em>&nbsp;</td><td class="fielddoc">
<p>Charge deconvolution. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a1491834ae41afad2cd5d4e69f20aaaae"></a>DEISOTOPING</em>&nbsp;</td><td class="fielddoc">
<p>Deisotoping. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9ad261194a1dded675599dfdc7212b63b1"></a>SMOOTHING</em>&nbsp;</td><td class="fielddoc">
<p>Smoothing of the signal to reduce noise. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9af083c14a6a074a19ac7a75066eb83866"></a>CHARGE_CALCULATION</em>&nbsp;</td><td class="fielddoc">
<p>Determination of the peak charge. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a2ca454d58033fd433df401a2406fb173"></a>PRECURSOR_RECALCULATION</em>&nbsp;</td><td class="fielddoc">
<p>Recalculation of precursor m/z. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9aec300465e654790d9154eb0d64ca3267"></a>BASELINE_REDUCTION</em>&nbsp;</td><td class="fielddoc">
<p>Baseline reduction. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a181a4b8e81bcfae30e38dc548a5586f3"></a>PEAK_PICKING</em>&nbsp;</td><td class="fielddoc">
<p>Peak picking (conversion from raw to peak data) </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a8d86de0851abd047aef8c1cbb3c1603b"></a>ALIGNMENT</em>&nbsp;</td><td class="fielddoc">
<p>Retention time alignment of different maps. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a03940d78fb7ee5fc71b49ca87cfdfb1c"></a>CALIBRATION</em>&nbsp;</td><td class="fielddoc">
<p>Calibration of m/z positions. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a0de981225527baadd805eabc7a029173"></a>NORMALIZATION</em>&nbsp;</td><td class="fielddoc">
<p>Normalization of intensity values. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a9159f47bf89a34ad71b71f283ff09cd9"></a>FILTERING</em>&nbsp;</td><td class="fielddoc">
<p>Data filtering or extraction. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9acb35c66537bb433359a7234a20229510"></a>QUANTITATION</em>&nbsp;</td><td class="fielddoc">
<p>Quantitation. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a8669c4188fdedd7d2250c3169a2d155f"></a>FEATURE_GROUPING</em>&nbsp;</td><td class="fielddoc">
<p>Feature grouping </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a104b6b80ea3c0f59f1c82b5869b4ad1e"></a>IDENTIFICATION_MAPPING</em>&nbsp;</td><td class="fielddoc">
<p>Identification mapping </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9ab269e4bf446e6556e4f49a5737931643"></a>FORMAT_CONVERSION</em>&nbsp;</td><td class="fielddoc">
<p>General file format conversion (if no other term applies) </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9ac7b870e1adfeb8747214d4ef5144376c"></a>CONVERSION_MZDATA</em>&nbsp;</td><td class="fielddoc">
<p>Convertion to mzData format. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9abb654c12968c8c4c658d61af4a6e0765"></a>CONVERSION_MZML</em>&nbsp;</td><td class="fielddoc">
<p>Conversion to mzML format. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9ac6602550db94324f2d4b712d8962c4cd"></a>CONVERSION_MZXML</em>&nbsp;</td><td class="fielddoc">
<p>Conversion to mzXML format. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9aa20c95ae75ff9c98d471a6e0c30b1f88"></a>CONVERSION_DTA</em>&nbsp;</td><td class="fielddoc">
<p>Conversion to DTA format. </p>
</td></tr>
<tr><td class="fieldname"><em><a class="anchor" id="af8d7ce8405ff2af127df2f9a1234f3b9a63bd6a7759424fea6d52652175ee56c4"></a>SIZE_OF_PROCESSINGACTION</em>&nbsp;</td><td class="fielddoc">
</td></tr>
</table>

</div>
</div>
<h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aae6acf2f69bb17d7a15a0f2fcd796aac"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Constructor. </p>

</div>
</div>
<a class="anchor" id="af234466ef279eecbd2fef3158ac4c545"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;&#160;</td>
          <td class="paramname"><em>source</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Copy construcor. </p>

</div>
</div>
<a class="anchor" id="a50560f8d5e8acc7f0d35c1a49d080f12"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">~<a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Destructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a3bbd5b209e18f9afd4d8b4308787a538"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classOpenMS_1_1DateTime.html">DateTime</a>&amp; getCompletionTime </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>returns the time of completition of the processing </p>

<p>Referenced by <a class="el" href="classOpenMS_1_1Internal_1_1MzDataHandler.html#a0038ff865ac073e00ca829d977f2ccdf">MzDataHandler&lt; MapType &gt;::writeTo()</a>, and <a class="el" href="classOpenMS_1_1Internal_1_1MzXMLHandler.html#a0038ff865ac073e00ca829d977f2ccdf">MzXMLHandler&lt; MapType &gt;::writeTo()</a>.</p>

</div>
</div>
<a class="anchor" id="ad34bb2f8f677e2f6c6c505d11754a765"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const std::set&lt;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a>&gt;&amp; getProcessingActions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>returns a const reference to the applied processing actions </p>

<p>Referenced by <a class="el" href="classOpenMS_1_1DBAdapter.html#ad4d077939d4a1b5a633d79c138e364df">DBAdapter::loadSpectrum()</a>, <a class="el" href="classOpenMS_1_1Internal_1_1MzDataHandler.html#a0038ff865ac073e00ca829d977f2ccdf">MzDataHandler&lt; MapType &gt;::writeTo()</a>, and <a class="el" href="classOpenMS_1_1Internal_1_1MzXMLHandler.html#a0038ff865ac073e00ca829d977f2ccdf">MzXMLHandler&lt; MapType &gt;::writeTo()</a>.</p>

</div>
</div>
<a class="anchor" id="aa027193f4364c50fb477d665b1ff287c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a>&gt;&amp; getProcessingActions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>returns a mutable reference to the description of the applied processing </p>

</div>
</div>
<a class="anchor" id="a219795d06917877c7d946a00f23e2319"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classOpenMS_1_1Software.html">Software</a>&amp; getSoftware </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>returns a const reference to the software used for processing </p>

<p>Referenced by <a class="el" href="classOpenMS_1_1SpectrumCanvas.html#aaac8f1a76ed8daa37ed605f1dd60d22a">SpectrumCanvas::addDataProcessing_()</a>, <a class="el" href="classOpenMS_1_1Internal_1_1MzDataHandler.html#a0038ff865ac073e00ca829d977f2ccdf">MzDataHandler&lt; MapType &gt;::writeTo()</a>, and <a class="el" href="classOpenMS_1_1Internal_1_1MzXMLHandler.html#a0038ff865ac073e00ca829d977f2ccdf">MzXMLHandler&lt; MapType &gt;::writeTo()</a>.</p>

</div>
</div>
<a class="anchor" id="afbfe22f8c2eae3a2f87b962e7e87f769"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1Software.html">Software</a>&amp; getSoftware </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>returns a mutable reference to the software used for processing </p>

</div>
</div>
<a class="anchor" id="a67b51e82c86d85a5bfd8cc152fefb166"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool operator!= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;&#160;</td>
          <td class="paramname"><em>rhs</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Equality operator. </p>

</div>
</div>
<a class="anchor" id="a63dc0628f274687a5161febe3a2a78e1"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a>&amp; operator= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;&#160;</td>
          <td class="paramname"><em>source</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Assignement operator. </p>

</div>
</div>
<a class="anchor" id="aa24aadf6f6f292ab4dc0cd96a86ba878"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1DataProcessing.html">DataProcessing</a> &amp;&#160;</td>
          <td class="paramname"><em>rhs</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Equality operator. </p>

</div>
</div>
<a class="anchor" id="a1429c5f03fd5bf24ca23b2666cd30422"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setCompletionTime </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1DateTime.html">DateTime</a> &amp;&#160;</td>
          <td class="paramname"><em>completion_time</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>sets the time of completition taking a <a class="el" href="classOpenMS_1_1DateTime.html" title="DateTime Class. ">DateTime</a> object </p>

<p>Referenced by <a class="el" href="classOpenMS_1_1SpectrumCanvas.html#aaac8f1a76ed8daa37ed605f1dd60d22a">SpectrumCanvas::addDataProcessing_()</a>, <a class="el" href="classOpenMS_1_1XMassFile.html#a865164e026ef00fa12377c1d63613613">XMassFile::load()</a>, and <a class="el" href="classOpenMS_1_1DBAdapter.html#ad4d077939d4a1b5a633d79c138e364df">DBAdapter::loadSpectrum()</a>.</p>

</div>
</div>
<a class="anchor" id="ace28c93a6e52cfa962de6e5f4bad1fc8"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setProcessingActions </td>
          <td>(</td>
          <td class="paramtype">const std::set&lt; <a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>actions</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>sets the description of the applied processing </p>

<p>Referenced by <a class="el" href="classOpenMS_1_1SpectrumCanvas.html#aaac8f1a76ed8daa37ed605f1dd60d22a">SpectrumCanvas::addDataProcessing_()</a>, and <a class="el" href="classOpenMS_1_1XMassFile.html#a865164e026ef00fa12377c1d63613613">XMassFile::load()</a>.</p>

</div>
</div>
<a class="anchor" id="a8ff34073a7ed3fabe3f5deff96c0282e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void setSoftware </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1Software.html">Software</a> &amp;&#160;</td>
          <td class="paramname"><em>software</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>sets the software used for processing </p>

<p>Referenced by <a class="el" href="classOpenMS_1_1XMassFile.html#a865164e026ef00fa12377c1d63613613">XMassFile::load()</a>, <a class="el" href="classOpenMS_1_1DBAdapter.html#ad4d077939d4a1b5a633d79c138e364df">DBAdapter::loadSpectrum()</a>, and <a class="el" href="classOpenMS_1_1Internal_1_1MzMLHandler.html#a484c33c30ea480bd831a92847f61006e">MzMLHandler&lt; MapType &gt;::startElement()</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="aaf2d292a2ee7ee7067e0491ac1eb700b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1DateTime.html">DateTime</a> completion_time_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a707eb35ae07a03a77ad2836f52e3a21a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">const std::string NamesOfProcessingAction[<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9a63bd6a7759424fea6d52652175ee56c4">SIZE_OF_PROCESSINGACTION</a>]</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Names of inlet types. </p>

</div>
</div>
<a class="anchor" id="ae5198acc04f169ea72acaeef93ef043c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::set&lt;<a class="el" href="classOpenMS_1_1DataProcessing.html#af8d7ce8405ff2af127df2f9a1234f3b9">ProcessingAction</a>&gt; processing_actions_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a3427493dca47c93ad912befc3d83c546"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1Software.html">Software</a> software_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
</div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:32 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>