Wildmeshing Toolkit
Loading...
Searching...
No Matches
CheckpointScope.hpp
Go to the documentation of this file.
1#pragma once
2namespace wmtk::attribute {
3class AttributeManager;
4}
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)
9{
10public:
11 CheckpointScope(const AttributeManager& manager);
13
14private:
16};
17} // namespace wmtk::attribute::internal