Wildmeshing Toolkit
RegularSpaceOptions.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <nlohmann/json.hpp>
4 
6 
8 {
9  std::string input; // input mesh
10  std::string output; // output mesh
12  std::vector<int64_t> values;
13  std::vector<std::string> pass_through;
14 };
15 
17 
19 
20 } // namespace wmtk::components::internal
void from_json(const nlohmann::json &j, RegularSpaceOptions &o)
void to_json(nlohmann::json &j, RegularSpaceOptions &o)
nlohmann::json json
Definition: input.cpp:9