Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
SharedSetData.hpp File Reference
#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 )
 

Detailed Description

Author
Jason Kraftcheck
Date
2011-06-23

Definition in file SharedSetData.hpp.

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   X)    STRINGIFY_( X )

Definition at line 13 of file SharedSetData.hpp.

◆ STRINGIFY_

#define STRINGIFY_ (   X)    #X

Definition at line 12 of file SharedSetData.hpp.