moab
ReadNC.cpp File Reference
#include "ReadNC.hpp"
#include "NCHelper.hpp"
#include "moab/ReadUtilIface.hpp"
#include "MBTagConventions.hpp"
#include "moab/FileOptions.hpp"

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define ERRORR(rval, str)   if (MB_SUCCESS != rval) { readMeshIface->report_error("%s", str); return rval; }
#define ERRORS(err, str)   if (err) { readMeshIface->report_error("%s", str); return MB_FAILURE; }

Define Documentation

#define ERRORR (   rval,
  str 
)    if (MB_SUCCESS != rval) { readMeshIface->report_error("%s", str); return rval; }

Definition at line 8 of file ReadNC.cpp.

#define ERRORS (   err,
  str 
)    if (err) { readMeshIface->report_error("%s", str); return MB_FAILURE; }

Definition at line 11 of file ReadNC.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines