#include "ReadABAQUS.hpp"
#include <algorithm>
#include <ctime>
#include <string>
#include <cassert>
#include <cstdio>
#include <cmath>
#include "moab/Range.hpp"
#include "moab/Interface.hpp"
#include "MBTagConventions.hpp"
#include "Internals.hpp"
#include "moab/ReadUtilIface.hpp"
#include "AffineXform.hpp"
#include "moab/FileOptions.hpp"
Go to the source code of this file.
|
| | moab |
| | Class representing axis-aligned bounding box.
|
| |
◆ ABQ_AMBIGUOUS
| #define ABQ_AMBIGUOUS "AMBIGUOUS" |
◆ ABQ_UNDEFINED
| #define ABQ_UNDEFINED "UNDEFINED" |
◆ DEG2RAD
| #define DEG2RAD 0.017453292519943295769236907684886 |
◆ MB_RETURN_IF_FAIL
| #define MB_RETURN_IF_FAIL if( MB_SUCCESS != status ) return status |