#include <vector>#include <map>#include <set>#include <string>#include "moab/ReaderIface.hpp"#include "moab/ScdInterface.hpp"#include "DebugOutput.hpp"#include "netcdf.h"
Include dependency graph for ReadNC.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | moab::ReadNC |
| Output Exodus File for VERDE. More... | |
| class | moab::ReadNC::AttData |
| class | moab::ReadNC::VarData |
Namespaces | |
| moab | |
| Class representing axis-aligned bounding box. | |
Macros | |
| #define | NCFUNC(func) nc_##func |
| #define | NCFUNCAG(func) nc_get##func |
| #define | NCFUNCG(func) nc_get##func |
| #define | NCDF_SIZE size_t |
| #define | NCDF_DIFF ptrdiff_t |
| #define NCDF_DIFF ptrdiff_t |
Definition at line 51 of file ReadNC.hpp.
| #define NCDF_SIZE size_t |
Definition at line 50 of file ReadNC.hpp.
| #define NCFUNC | ( | func | ) | nc_##func |
Definition at line 47 of file ReadNC.hpp.
| #define NCFUNCAG | ( | func | ) | nc_get##func |
Definition at line 48 of file ReadNC.hpp.
| #define NCFUNCG | ( | func | ) | nc_get##func |
Definition at line 49 of file ReadNC.hpp.