ARTS  2.0.49
globals_2.cc
Go to the documentation of this file.
1 /* Copyright (C) 2000-2008 Stefan Buehler <sbuehler@ltu.se>
2 
3  This program is free software; you can redistribute it and/or modify it
4  under the terms of the GNU General Public License as published by the
5  Free Software Foundation; either version 2, or (at your option) any
6  later version.
7 
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License
14  along with this program; if not, write to the Free Software
15  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16  USA. */
17 
36 #include "arts.h"
37 #include <map>
38 #include "array.h"
39 #include "wsv_aux.h"
40 #include "methods.h"
41 #include "workspace_ng.h"
42 
43 
44 // ---------------
45 //--------------------< Methods Stuff >--------------------
46 // ---------------
47 
49 
55 
57 
63 
65 map<String, Index> MdMap;
66 
68 map<String, Index> MdRawMap;
69 
71 map<String, Index> AgendaMap;
72 
md_data_raw
Array< MdRecord > md_data_raw
Lookup information for workspace methods.
Definition: globals_2.cc:54
AgendaMap
map< String, Index > AgendaMap
The map assiciated with agenda_data.
Definition: globals_2.cc:71
array.h
This file contains the definition of Array.
Array
This can be used to make arrays out of anything.
Definition: array.h:103
MdRawMap
map< String, Index > MdRawMap
The map associated with md_data_raw.
Definition: globals_2.cc:68
md_data
Array< MdRecord > md_data
Lookup information for workspace methods.
Definition: globals_2.cc:62
workspace_ng.h
This file contains the declaration and partly the implementation of the workspace class.
MdMap
map< String, Index > MdMap
The map associated with md_data.
Definition: globals_2.cc:65
methods.h
Declaration of the class MdRecord.
wsv_aux.h
Auxiliary header stuff related to workspace variable groups.
arts.h
The global header file for ARTS.