Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
Toggle main menu visibility
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 Symbols
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
Loading...
Searching...
No Matches
AttributeScopeHandle.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <vector>
3
4
namespace
wmtk
{
5
class
Mesh;
6
}
7
namespace
wmtk::attribute
{
8
class
AttributeScopeHandle;
9
}
10
namespace
wmtk::multimesh::attribute
{
11
class
AttributeScopeHandle
12
{
13
public
:
14
using
single_handle_type
=
wmtk::attribute::AttributeScopeHandle
;
15
AttributeScopeHandle
(
Mesh
& m);
16
~AttributeScopeHandle
() =
default
;
17
18
void
mark_failed
();
19
20
private
:
21
std::vector<single_handle_type>
m_scopes
;
22
};
11
class
AttributeScopeHandle
{
…
};
23
}
// namespace wmtk::multimesh::attribute
wmtk::Mesh
Definition
Mesh.hpp:95
wmtk::attribute::AttributeScopeHandle
This handle is a wrapper for the MeshManager scope funtions.
Definition
AttributeScopeHandle.hpp:15
wmtk::multimesh::attribute::AttributeScopeHandle
Definition
AttributeScopeHandle.hpp:12
wmtk::multimesh::attribute::AttributeScopeHandle::m_scopes
std::vector< single_handle_type > m_scopes
Definition
AttributeScopeHandle.hpp:21
wmtk::multimesh::attribute::AttributeScopeHandle::~AttributeScopeHandle
~AttributeScopeHandle()=default
wmtk::multimesh::attribute::AttributeScopeHandle::mark_failed
void mark_failed()
Definition
AttributeScopeHandle.cpp:23
wmtk::attribute
Definition
Accessor.hpp:8
wmtk::multimesh::attribute
Definition
AttributeScopeHandle.cpp:9
wmtk
Definition
Accessor.hpp:8
src
wmtk
multimesh
attribute
AttributeScopeHandle.hpp
Generated by
1.9.8