Wildmeshing Toolkit
|
#include <WildmeshingOptions_old.hpp>
Public Attributes | |
std::string | input |
std::string | output |
WildmeshingOptionsAttributes | attributes |
size_t | scheduler_update_frequency |
std::vector< nlohmann::json > | pass_through |
std::vector< WildmeshingOptionsEnvelope > | envelopes |
int64_t | passes |
double | target_edge_length |
double | target_max_amips |
bool | intermediate_output |
Definition at line 37 of file WildmeshingOptions_old.hpp.
WildmeshingOptionsAttributes wmtk::components::WildmeshingOptions::attributes |
Definition at line 42 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
std::vector<WildmeshingOptionsEnvelope> wmtk::components::WildmeshingOptions::envelopes |
Definition at line 46 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
std::string wmtk::components::WildmeshingOptions::input |
Definition at line 40 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
bool wmtk::components::WildmeshingOptions::intermediate_output |
Definition at line 51 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
std::string wmtk::components::WildmeshingOptions::output |
Definition at line 41 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
std::vector<nlohmann::json> wmtk::components::WildmeshingOptions::pass_through |
Definition at line 45 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
int64_t wmtk::components::WildmeshingOptions::passes |
Definition at line 48 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
size_t wmtk::components::WildmeshingOptions::scheduler_update_frequency |
Definition at line 44 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
double wmtk::components::WildmeshingOptions::target_edge_length |
Definition at line 49 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().
double wmtk::components::WildmeshingOptions::target_max_amips |
Definition at line 50 of file WildmeshingOptions_old.hpp.
Referenced by wmtk::components::wildmeshing().