#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 <cassert>
#include <iostream>
#include <functional>
Go to the source code of this file.
|
| moab |
| Class representing axis-aligned bounding box.
|
|
◆ ERRORR
#define ERRORR |
( |
|
rval, |
|
|
|
str |
|
) |
| |
Value: { \
{ \
std::cerr << ( str ); \
return rval; \
} \
}
Definition at line 18 of file ScdInterface.cpp.