moab
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"

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

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#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 Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines