#include "los.h"
#include "absorption.h"
Go to the source code of this file.
Classes | |
| class | WsvP |
Defines | |
| #define | N_WSV_GROUPS 14 |
Enumerations | |
| enum | WsvGroup { Index_, Numeric_, String_, Vector_, Matrix_, ArrayOfIndex_, ArrayOfString_, ArrayOfVector_, ArrayOfMatrix_, ArrayOfLineRecord_, ArrayOfArrayOfLineRecord_, ArrayOfLineshapeSpec_, TagGroups_, Los_ } |
Also defined here is a special pointer class that can hold a pointer to any workspace variable.
This file was generated automatically by make_auto_wsv_groups_h.cc. DO NOT EDIT!
Definition in file auto_wsv_groups.h.
| #define N_WSV_GROUPS 14 |
This is only used for a consistency check. You can get the number of groups from wsv_group_names.nelem().
Definition at line 21 of file auto_wsv_groups.h.
| enum WsvGroup |
The enum type that identifies wsv groups. This is used to group workspace variables of the same type together, so that generic methods can operate on any of them.
| Index_ | |
| Numeric_ | |
| String_ | |
| Vector_ | |
| Matrix_ | |
| ArrayOfIndex_ | |
| ArrayOfString_ | |
| ArrayOfVector_ | |
| ArrayOfMatrix_ | |
| ArrayOfLineRecord_ | |
| ArrayOfArrayOfLineRecord_ | |
| ArrayOfLineshapeSpec_ | |
| TagGroups_ | |
| Los_ |
Definition at line 26 of file auto_wsv_groups.h.
1.5.6