22 bool angle_detection =
true;
23 double angle_value = 45.;
28 double hgrad = 1.105171;
29 bool enable_anisotropy =
false;
31 bool optimLES =
false;
33 bool noinsert =
false;
37 std::string metric_attribute =
"no_metric";
39 bool level_set =
false;
40 std::string ls_attribute =
"no_ls";
53 void remesh_adaptive_2d(
const Eigen::MatrixXd &
V,
const Eigen::MatrixXi &
F,
const Eigen::VectorXd &S,
54 Eigen::MatrixXd &OV, Eigen::MatrixXi &OF, MmgOptions opt = MmgOptions());
66 void remesh_adaptive_3d(
const Eigen::MatrixXd &
V,
const Eigen::MatrixXi &T,
const Eigen::VectorXd &S,
67 Eigen::MatrixXd &OV, Eigen::MatrixXi &OF, Eigen::MatrixXi &OT, MmgOptions opt = MmgOptions());