Wildmeshing Toolkit
Loading...
Searching...
No Matches
AttributeScopeHandle.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace wmtk::attribute {
4class AttributeManager;
5
12{
13public:
21
29
36 void mark_failed();
37
38private:
40 bool m_failed = false;
41 bool m_was_moved = false;
42};
43} // namespace wmtk::attribute
This handle is a wrapper for the MeshManager scope funtions.
~AttributeScopeHandle()
Destructor of AttributeScopeHandle.