29 #ifndef NEMOSYS_TEMPLATEMESHJSON_H_ 30 #define NEMOSYS_TEMPLATEMESHJSON_H_ 32 #include <jsoncons/json.hpp> 41 (getOpts, setOpts,
"Template Options", JSONCONS_RDWR),
43 [](
const jsoncons::string_view &x) {
47 JSONCONS_N_MEMBER_NAME_TRAITS(
NEM::DRV::TemplateMeshDriver::Opts, 1,
48 (templateName, "Template Name"),
49 (templateParams, "Params"))
51 #endif // NEMOSYS_TEMPLATEMESHJSON_H_
#define NEM_JSON_N_GETTER_SETTER_NAME_TRAITS_FINAL(ValueType, ParentType, NumMandatoryParams,...)
Driver class to generate meshes according to a template.
static constexpr auto programType
static constexpr const char * programType
static constexpr auto meshFiles
#define NEM_JSON_RDONLY_OVERRIDE(X)