Wildmeshing Toolkit
AttributeScopeHandle.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace wmtk::attribute {
4 class AttributeManager;
5 
15 {
16 public:
24 
32 
39  void mark_failed();
40 
41 private:
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.
AttributeScopeHandle(AttributeManager &manager)
Constructs an AttributeScopeHandle for the given AttributeManager.