MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "moab/Types.hpp"
#include "moab/RangeMap.hpp"
#include <map>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
class | moab::SharedSetData |
ParallelComm data about shared entity sets. More... | |
struct | moab::SharedSetData::SharedSetTagData |
per-set tag data More... | |
struct | moab::SharedSetData::less_vect |
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | STRINGIFY_(X) #X |
#define | STRINGIFY(X) STRINGIFY_( X ) |
Definition in file SharedSetData.hpp.
#define STRINGIFY | ( | X | ) | STRINGIFY_( X ) |
Definition at line 13 of file SharedSetData.hpp.
Referenced by initialize_default_files(), main(), test_spectral_hex(), test_spectral_quad(), and test_tags_retrieval().
#define STRINGIFY_ | ( | X | ) | #X |
Definition at line 12 of file SharedSetData.hpp.