Wildmeshing Toolkit
Loading...
Searching...
No Matches
IsotropicRemeshingOptions.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <memory>
3
#include <
wmtk/attribute/MeshAttributeHandle.hpp
>
4
#include <nlohmann/json_fwd.hpp>
5
#include <optional>
6
7
8
namespace
wmtk::components::isotropic_remeshing
{
9
10
11
struct
IsotropicRemeshingOptions
12
{
13
// std::shared_ptr<TriMesh> input;
14
wmtk::attribute::MeshAttributeHandle
position_attribute
;
15
std::optional<wmtk::attribute::MeshAttributeHandle>
inversion_position_attribute
;
16
std::vector<wmtk::attribute::MeshAttributeHandle>
other_position_attributes
;
17
18
std::vector<wmtk::attribute::MeshAttributeHandle>
pass_through_attributes
;
19
int64_t
iterations
= 10;
20
double
length_abs
= 0;
21
double
length_rel
= 0;
22
bool
lock_boundary
=
true
;
23
bool
use_for_periodic
=
false
;
24
bool
dont_disable_split
=
false
;
25
bool
fix_uv_seam
=
true
;
26
27
void
load_json
(
const
nlohmann::json& js);
28
void
write_json
(nlohmann::json& js)
const
;
29
};
30
31
32
}
// namespace wmtk::components::isotropic_remeshing
MeshAttributeHandle.hpp
wmtk::attribute::MeshAttributeHandle
Definition
MeshAttributeHandle.hpp:28
wmtk::components::isotropic_remeshing
Definition
isotropic_remeshing.cpp:35
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions
Definition
IsotropicRemeshingOptions.hpp:12
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::position_attribute
wmtk::attribute::MeshAttributeHandle position_attribute
Definition
IsotropicRemeshingOptions.hpp:14
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::iterations
int64_t iterations
Definition
IsotropicRemeshingOptions.hpp:19
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::use_for_periodic
bool use_for_periodic
Definition
IsotropicRemeshingOptions.hpp:23
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::other_position_attributes
std::vector< wmtk::attribute::MeshAttributeHandle > other_position_attributes
Definition
IsotropicRemeshingOptions.hpp:16
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::write_json
void write_json(nlohmann::json &js) const
Definition
IsotropicRemeshingOptions.cpp:22
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::lock_boundary
bool lock_boundary
Definition
IsotropicRemeshingOptions.hpp:22
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::length_abs
double length_abs
Definition
IsotropicRemeshingOptions.hpp:20
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::load_json
void load_json(const nlohmann::json &js)
Definition
IsotropicRemeshingOptions.cpp:18
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::inversion_position_attribute
std::optional< wmtk::attribute::MeshAttributeHandle > inversion_position_attribute
Definition
IsotropicRemeshingOptions.hpp:15
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::pass_through_attributes
std::vector< wmtk::attribute::MeshAttributeHandle > pass_through_attributes
Definition
IsotropicRemeshingOptions.hpp:18
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::dont_disable_split
bool dont_disable_split
Definition
IsotropicRemeshingOptions.hpp:24
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::fix_uv_seam
bool fix_uv_seam
Definition
IsotropicRemeshingOptions.hpp:25
wmtk::components::isotropic_remeshing::IsotropicRemeshingOptions::length_rel
double length_rel
Definition
IsotropicRemeshingOptions.hpp:21
components
isotropic_remeshing
wmtk
components
isotropic_remeshing
IsotropicRemeshingOptions.hpp
Generated by
1.9.8