|
Wildmeshing Toolkit
|
#include <InputOptions.hpp>
Public Member Functions | |
| InputOptions () | |
| ~InputOptions () | |
| bool | operator== (const InputOptions &o) const |
Public Attributes | |
| std::filesystem::path | file |
| std::optional< std::vector< std::vector< std::string > > > | imported_attributes |
| nlohmann::json | name_spec |
| std::optional< std::filesystem::path > | name_spec_file |
| bool | old_mode = false |
| bool | ignore_z_if_zero = false |
Definition at line 16 of file InputOptions.hpp.
|
default |
|
default |
|
default |
| std::filesystem::path wmtk::components::input::InputOptions::file |
| bool wmtk::components::input::InputOptions::ignore_z_if_zero = false |
| std::optional<std::vector<std::vector<std::string> > > wmtk::components::input::InputOptions::imported_attributes |
| nlohmann::json wmtk::components::input::InputOptions::name_spec |
Definition at line 26 of file InputOptions.hpp.
Referenced by nlohmann::adl_serializer< wmtk::components::input::InputOptions >::from_json(), wmtk::components::input::input(), and nlohmann::adl_serializer< wmtk::components::input::InputOptions >::to_json().
| std::optional<std::filesystem::path> wmtk::components::input::InputOptions::name_spec_file |
Definition at line 27 of file InputOptions.hpp.
Referenced by nlohmann::adl_serializer< wmtk::components::input::InputOptions >::from_json(), wmtk::components::input::input(), and nlohmann::adl_serializer< wmtk::components::input::InputOptions >::to_json().
| bool wmtk::components::input::InputOptions::old_mode = false |