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
15{
16public:
24
32
39 void mark_failed();
40
41private:
43 bool m_failed = false;
44 bool m_was_moved = false;
45};
46} // namespace wmtk::attribute
This handle is a wrapper for the MeshManager scope funtions.
~AttributeScopeHandle()
Destructor of AttributeScopeHandle.