NetCDF4 C++ API
|
#include "NcFile.h"
#include "NcFileReg.h"
#include "NcCheck.h"
#include "NcException.h"
#include "NcByte.h"
#include "datasets/NcFileUtils.h"
#include <iostream>
#include <sstream>
#include <stdexcept>
Namespaces | |
netcdf | |
Macros | |
#define | LOGGING 1 |
Functions | |
std::string const & | netcdf::GetFileModeStr (NcFile::FileMode const fileMode) |
Get a string matching the file mode. More... | |
std::string const & | netcdf::GetFileFormatStr (NcFile::FileFormat const fileFormat) |
Get a string matching the file format. More... | |
#define LOGGING 1 |