Wildmeshing Toolkit
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  }
19 
20  from_json(js,*this);
21  }
23  to_json(js,*this);
24  }
25 }
void from_json(const nlohmann::json &j, RegularSpaceOptions &o)
void to_json(nlohmann::json &j, RegularSpaceOptions &o)
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(FusionOptions, input, fusion_X, fusion_Y, fusion_Z, name)
nlohmann::json json
Definition: input.cpp:9