|
Wildmeshing Toolkit
|
#include <ProceduralOptions.hpp>
Public Attributes | |
| std::string | name |
| std::variant< GridOptions, TriangleFanOptions, DiskOptions > | settings |
Friends | |
| void | to_json (nlohmann::json &nlohmann_json_j, const ProceduralOptions &nlohmann_json_t) |
| void | from_json (const nlohmann::json &nlohmann_json_j, ProceduralOptions &nlohmann_json_t) |
Definition at line 13 of file ProceduralOptions.hpp.
|
friend |
Definition at line 24 of file ProceduralOptions.hpp.
|
friend |
Definition at line 18 of file ProceduralOptions.hpp.
| std::string wmtk::components::procedural::ProceduralOptions::name |
Definition at line 15 of file ProceduralOptions.hpp.
| std::variant<GridOptions, TriangleFanOptions, DiskOptions> wmtk::components::procedural::ProceduralOptions::settings |
Definition at line 16 of file ProceduralOptions.hpp.