Wildmeshing Toolkit
Loading...
Searching...
No Matches
to_points.hpp
Go to the documentation of this file.
1
#pragma once
2
3
4
#include <string>
5
#include <memory>
6
7
namespace
wmtk
{
8
class
Mesh;
9
class
PointMesh;
10
namespace
attribute {
11
class
MeshAttributeHandle;
12
}
13
}
14
15
namespace
wmtk::components
{
16
17
class
ToPtsOptions
18
{
19
public
:
20
bool
add_box
;
21
double
box_scale
;
22
bool
add_grid
;
23
double
grid_spacing
;
24
double
min_dist
;
25
bool
remove_duplicates
;
26
};
27
28
std::shared_ptr<PointMesh>
to_points
(
29
const
Mesh
& mesh,
30
const
attribute::MeshAttributeHandle
& pts_attr,
31
const
ToPtsOptions
& options,
32
const
std::string& output_pos_attr_name =
"vertices"
);
33
34
}
// namespace wmtk::components
wmtk::Mesh
Definition
Mesh.hpp:95
wmtk::attribute::MeshAttributeHandle
Definition
MeshAttributeHandle.hpp:28
wmtk::components::ToPtsOptions
Definition
to_points.hpp:18
wmtk::components::ToPtsOptions::grid_spacing
double grid_spacing
Definition
to_points.hpp:23
wmtk::components::ToPtsOptions::remove_duplicates
bool remove_duplicates
Definition
to_points.hpp:25
wmtk::components::ToPtsOptions::add_grid
bool add_grid
Definition
to_points.hpp:22
wmtk::components::ToPtsOptions::box_scale
double box_scale
Definition
to_points.hpp:21
wmtk::components::ToPtsOptions::add_box
bool add_box
Definition
to_points.hpp:20
wmtk::components::ToPtsOptions::min_dist
double min_dist
Definition
to_points.hpp:24
wmtk::components
Definition
bicubic_interpolation.cpp:5
wmtk::components::to_points
std::shared_ptr< PointMesh > to_points(const Mesh &mesh, const attribute::MeshAttributeHandle &pts_attr, const ToPtsOptions &options, const std::string &output_pos_attr_name)
Definition
to_points.cpp:17
wmtk
Definition
Accessor.hpp:8
components
to_points
wmtk
components
to_points
to_points.hpp
Generated by
1.9.8