moab
ScdInterface.cpp File Reference
#include "moab/ScdInterface.hpp"
#include "moab/Core.hpp"
#include "SequenceManager.hpp"
#include "EntitySequence.hpp"
#include "StructuredElementSeq.hpp"
#include "VertexSequence.hpp"
#include "ScdVertexData.hpp"
#include "MBTagConventions.hpp"
#include "assert.h"
#include <iostream>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define ERRORR(rval, str)

Define Documentation

#define ERRORR (   rval,
  str 
)
Value:
{if (MB_SUCCESS != rval)          \
      {std::cerr << str; return rval; }}

Definition at line 18 of file ScdInterface.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines