moab
ReadSms.cpp File Reference
#include "ReadSms.hpp"
#include "FileTokenizer.hpp"
#include "Internals.hpp"
#include "moab/Interface.hpp"
#include "moab/ReadUtilIface.hpp"
#include "moab/Range.hpp"
#include "MBTagConventions.hpp"
#include "MBParallelConventions.h"
#include "moab/CN.hpp"
#include <errno.h>
#include <string.h>
#include <map>
#include <set>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define CHECK(a)
#define CHECKN(a)   if (n != (a)) return MB_FILE_WRITE_ERROR

Define Documentation

#define CHECK (   a)
Value:
if (MB_SUCCESS != result) {      \
      std::cerr << a << std::endl;                \
      return result;                              \
    }

Definition at line 38 of file ReadSms.cpp.

#define CHECKN (   a)    if (n != (a)) return MB_FILE_WRITE_ERROR

Definition at line 43 of file ReadSms.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines