moab
|
#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 ERRORR | ( | rval, | |
str | |||
) |
{if (MB_SUCCESS != rval) \ {std::cerr << str; return rval; }}
Definition at line 18 of file ScdInterface.cpp.