#include <string>
#include <vector>
#include <netcdf>
#include <boost/array.hpp>
#include <boost/multi_array.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
|
| enum | dtype {
BYTE = NC_BYTE,
CHAR = NC_CHAR,
SHORT = NC_SHORT,
INT = NC_INT,
FLOAT = NC_FLOAT,
DOUBLE = NC_DOUBLE,
UBYTE = NC_UBYTE,
USHORT = NC_USHORT,
UINT = NC_UINT,
INT64 = NC_INT64,
UINT64 = NC_UINT64,
STRING = NC_STRING
} |
| |
◆ dtype
| Enumerator |
|---|
| BYTE | signed 1 byte integer
|
| CHAR | ISO/ASCII character.
|
| SHORT | signed 2 byte integer
|
| INT | signed 4 byte integer
|
| FLOAT | single precision floating point number
|
| DOUBLE | double precision floating point number
|
| UBYTE | unsigned 1 byte int
|
| USHORT | unsigned 2-byte int
|
| UINT | unsigned 4-byte int
|
| INT64 | signed 8-byte int
|
| UINT64 | unsigned 8-byte int
|
| STRING | string
|
Definition at line 31 of file DDataset.hpp.
◆ stl2boost()
◆ DFILL_FLOAT
| constexpr float DFILL_FLOAT = -32767.0 |
|
constexpr |
◆ DFILL_SHORT
| constexpr short DFILL_SHORT = -32767 |
|
constexpr |
◆ DFILL_TEST
| constexpr float DFILL_TEST = -999 |
|
constexpr |
◆ DFILL_UBYTE
| constexpr unsigned char DFILL_UBYTE = 255 |
|
constexpr |
◆ MAX_SHORT
| constexpr short MAX_SHORT = 32765 |
|
constexpr |