#include "moab/Types.hpp"#include "moab/RangeMap.hpp"#include <map>#include <set>#include <vector>
Include dependency graph for SharedSetData.hpp:
This graph shows which files directly or indirectly include this file: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 | |
| moab | |
| Class representing axis-aligned bounding box. | |
Macros | |
| #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.
| #define STRINGIFY_ | ( | X | ) | #X |
Definition at line 12 of file SharedSetData.hpp.