Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
ReadNC.hpp File Reference
#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
 

Macro Definition Documentation

◆ NCDF_DIFF

#define NCDF_DIFF   ptrdiff_t

Definition at line 51 of file ReadNC.hpp.

◆ NCDF_SIZE

#define NCDF_SIZE   size_t

Definition at line 50 of file ReadNC.hpp.

◆ NCFUNC

#define NCFUNC (   func)    nc_##func

Definition at line 47 of file ReadNC.hpp.

◆ NCFUNCAG

#define NCFUNCAG (   func)    nc_get##func

Definition at line 48 of file ReadNC.hpp.

◆ NCFUNCG

#define NCFUNCG (   func)    nc_get##func

Definition at line 49 of file ReadNC.hpp.