moab
ReadGCRM.cpp File Reference
#include "ReadGCRM.hpp"
#include <algorithm>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <map>
#include <dirent.h>
#include "moab/Core.hpp"
#include "moab/ReaderIface.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 20 of file ReadGCRM.cpp.

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

Definition at line 23 of file ReadGCRM.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines