moab
NCHelperHOMME.cpp File Reference
#include "NCHelperHOMME.hpp"
#include "moab/ReadUtilIface.hpp"
#include "moab/FileOptions.hpp"
#include "moab/SpectralMeshTool.hpp"
#include <cmath>

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) {_readNC->readMeshIface->report_error("%s", str); return rval;}
#define ERRORS(err, str)   if (err) {_readNC->readMeshIface->report_error("%s", str); return MB_FAILURE;}

Define Documentation

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

Definition at line 8 of file NCHelperHOMME.cpp.

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

Definition at line 11 of file NCHelperHOMME.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines