Wildmeshing Toolkit
Loading...
Searching...
No Matches
CheckpointScope.hpp
Go to the documentation of this file.
1
#pragma once
2
namespace
wmtk::attribute
{
3
class
AttributeManager;
4
}
5
namespace
wmtk::attribute::internal
{
6
// Scope for briefly changing the current scope of a mesh (in particular, this is used in
7
// parent_scope to temporarly access different meshes)
8
class
CheckpointScope
9
{
10
public
:
11
CheckpointScope
(
const
AttributeManager
& manager);
12
~CheckpointScope
();
13
14
private
:
15
const
AttributeManager
&
m_manager
;
16
};
17
}
// namespace wmtk::attribute::internal
wmtk::attribute::AttributeManager
Definition
AttributeManager.hpp:17
wmtk::attribute::internal::CheckpointScope
Definition
CheckpointScope.hpp:9
wmtk::attribute::internal::CheckpointScope::~CheckpointScope
~CheckpointScope()
Definition
CheckpointScope.cpp:10
wmtk::attribute::internal::CheckpointScope::m_manager
const AttributeManager & m_manager
Definition
CheckpointScope.hpp:15
wmtk::attribute::internal
Definition
CheckpointScope.cpp:4
wmtk::attribute
Definition
Accessor.hpp:8
src
wmtk
attribute
internal
CheckpointScope.hpp
Generated by
1.9.8