Wildmeshing Toolkit
Loading...
Searching...
No Matches
IsotropicRemeshingOptions.cpp
Go to the documentation of this file.
1#include <nlohmann/json.hpp>
3
4
6 namespace {
7
9 IsotropicRemeshingOptions,
10 iterations ,
11 length_abs ,
12 length_rel ,
13 lock_boundary ,
14 use_for_periodic ,
15 dont_disable_split ,
16 fix_uv_seam )
17 }
18 void IsotropicRemeshingOptions::load_json(const nlohmann::json& js) {
19
20 from_json(js,*this);
21 }
22 void IsotropicRemeshingOptions::write_json(nlohmann::json& js) const {
23 to_json(js,*this);
24 }
25}
void from_json(const nlohmann::json &j, RegularSpaceOptions &o)
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)
void to_json(nlohmann::json &j, RegularSpaceOptions &o)