Wildmeshing Toolkit
transfer_attribute.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <string>
3
namespace
wmtk
{
4
class
Mesh;
5
namespace
attribute {
6
class
MeshAttributeHandle;
7
}
8
}
// namespace wmtk
9
10
namespace
wmtk::multimesh::utils
{
11
12
wmtk::attribute::MeshAttributeHandle
transfer_attribute
(
13
const
wmtk::attribute::MeshAttributeHandle
& original_handle,
14
Mesh& m);
15
wmtk::attribute::MeshAttributeHandle
transfer_attribute
(
16
const
wmtk::attribute::MeshAttributeHandle
& original_handle,
17
Mesh& m,
18
const
std::string& new_attribute_name);
19
}
// namespace wmtk::multimesh::utils
wmtk::attribute::MeshAttributeHandle
Definition:
MeshAttributeHandle.hpp:26
wmtk::multimesh::utils
Definition:
Mesh.hpp:91
wmtk::multimesh::utils::transfer_attribute
wmtk::attribute::MeshAttributeHandle transfer_attribute(const wmtk::attribute::MeshAttributeHandle &original_handle, Mesh &m)
Definition:
transfer_attribute.cpp:8
wmtk
Definition:
Accessor.hpp:6
src
wmtk
multimesh
utils
transfer_attribute.hpp
Generated by
1.9.1