moab
|
#include "NCHelperEuler.hpp"
#include "moab/ReadUtilIface.hpp"
#include "moab/FileOptions.hpp"
#include <cmath>
#include <sstream>
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 ERRORR | ( | rval, | |
str | |||
) | if (MB_SUCCESS != rval) {_readNC->readMeshIface->report_error("%s", str); return rval;} |
Definition at line 8 of file NCHelperEuler.cpp.
#define ERRORS | ( | err, | |
str | |||
) | if (err) {_readNC->readMeshIface->report_error("%s", str); return MB_FAILURE;} |
Definition at line 11 of file NCHelperEuler.cpp.