Wildmeshing Toolkit
|
#include <GridOptions.hpp>
Public Member Functions | |
std::optional< std::string > | get_coordinate_name () const |
Public Attributes | |
std::variant< Grid2Options, Grid3Options > | opts |
Static Private Member Functions | |
constexpr static auto | name () -> std::string_view |
Friends | |
void | to_json (nlohmann::json &nlohmann_json_j, const GridOptions &nlohmann_json_t) |
void | from_json (const nlohmann::json &nlohmann_json_j, GridOptions &nlohmann_json_t) |
Definition at line 10 of file GridOptions.hpp.
|
inline |
Definition at line 16 of file GridOptions.hpp.
References opts.
|
inlinestaticconstexprprivate |
Definition at line 12 of file GridOptions.hpp.
|
friend |
Definition at line 24 of file GridOptions.hpp.
|
friend |
Definition at line 20 of file GridOptions.hpp.
std::variant<Grid2Options, Grid3Options> wmtk::components::procedural::GridOptions::opts |
Definition at line 15 of file GridOptions.hpp.
Referenced by get_coordinate_name(), and wmtk::components::procedural::make_mesh().