Go to the source code of this file.
Classes | |
struct | NEM::DRV::JSON::colorMapPair |
Namespaces | |
NEM | |
NEM::DRV | |
NEM::DRV::JSON | |
Macros | |
#define | HAVE_MSHGEN |
#define | IF_CFMSH(a) a, |
#define | IF_NGEN(a) |
#define | IF_GMSH(a) |
Functions | |
std::vector< colorMapPair > | NEM::DRV::JSON::gmshColorMapToJSON (const std::map< std::array< int, 3 >, std::string > &colorMap) |
std::map< std::array< int, 3 >, std::string > | NEM::DRV::JSON::gmshColorMapFromJSON (const std::vector< colorMapPair > &colorMap) |
Variables | |
static constexpr auto | NEM::DRV::JSON::meshGenOpts = "Mesh Generation Options" |
static constexpr auto | NEM::DRV::JSON::meshGenEngine = "Mesh Generation Engine" |
#define HAVE_MSHGEN |
Definition at line 45 of file MeshGenJson.H.
#define IF_CFMSH | ( | a | ) | a, |
Definition at line 46 of file MeshGenJson.H.
Referenced by NEM::DRV::JSON::gmshColorMapFromJSON().
#define IF_GMSH | ( | a | ) |
Definition at line 67 of file MeshGenJson.H.
Referenced by NEM::DRV::JSON::gmshColorMapFromJSON().
#define IF_NGEN | ( | a | ) |
Definition at line 59 of file MeshGenJson.H.
Referenced by NEM::DRV::JSON::gmshColorMapFromJSON().