Wildmeshing Toolkit
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
class
CheckpointScope
7
{
8
public
:
9
CheckpointScope
(
const
AttributeManager
& manager);
10
~CheckpointScope
();
11
12
private
:
13
const
AttributeManager
&
m_manager
;
14
};
15
}
// namespace wmtk::attribute::internal
wmtk::attribute::AttributeManager
Definition:
AttributeManager.hpp:17
wmtk::attribute::internal::CheckpointScope
Definition:
CheckpointScope.hpp:7
wmtk::attribute::internal::CheckpointScope::CheckpointScope
CheckpointScope(const AttributeManager &manager)
Definition:
CheckpointScope.cpp:5
wmtk::attribute::internal::CheckpointScope::~CheckpointScope
~CheckpointScope()
Definition:
CheckpointScope.cpp:10
wmtk::attribute::internal::CheckpointScope::m_manager
const AttributeManager & m_manager
Definition:
CheckpointScope.hpp:13
wmtk::attribute::internal
Definition:
Attribute.hpp:19
wmtk::attribute
Definition:
Accessor.hpp:17
src
wmtk
attribute
internal
CheckpointScope.hpp
Generated by
1.9.1