Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
m
p
r
s
Typedefs
a
b
c
d
g
i
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Functions
a
c
e
f
h
i
l
m
n
o
p
s
t
u
w
Files
File List
File Members
All
a
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
Functions
c
d
l
m
n
o
p
r
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
from_tag.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
wmtk/attribute/MeshAttributeHandle.hpp
>
4
#include <memory>
5
6
namespace
wmtk
{
7
class
Mesh;
8
namespace
attribute {
9
class
MeshAttributeHandle;
10
}
11
}
// namespace wmtk
12
namespace
wmtk::components::multimesh
{
13
14
// returns the child mesh created
15
std::shared_ptr<Mesh>
from_tag
(
16
const
wmtk::attribute::MeshAttributeHandle
& handle,
17
const
wmtk::attribute::MeshAttributeHandle::ValueVariant
& tag_value,
18
const
std::vector<wmtk::attribute::MeshAttributeHandle>& passed_attributes);
19
}
// namespace wmtk::components::multimesh
MeshAttributeHandle.hpp
wmtk::attribute::MeshAttributeHandle
Definition:
MeshAttributeHandle.hpp:28
wmtk::attribute::MeshAttributeHandle::ValueVariant
std::variant< char, int64_t, double, wmtk::Rational, std::tuple< char, wmtk::Rational, double > > ValueVariant
Definition:
MeshAttributeHandle.hpp:42
wmtk::components::multimesh
Definition:
axis_aligned_fusion.cpp:15
wmtk::components::multimesh::from_tag
std::shared_ptr< Mesh > from_tag(const wmtk::attribute::MeshAttributeHandle &handle, const wmtk::attribute::MeshAttributeHandle::ValueVariant &tag_value, const std::vector< wmtk::attribute::MeshAttributeHandle > &passed_attributes)
Definition:
from_tag.cpp:28
wmtk
Definition:
Accessor.hpp:6
components
multimesh
src
wmtk
components
multimesh
from_tag.hpp
Generated by
1.9.1