Wildmeshing Toolkit
AttributeScopeHandle.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <vector>
3 
4 namespace wmtk {
5 class Mesh;
6 }
7 namespace wmtk::attribute {
8 class AttributeScopeHandle;
9 }
12 {
13 public:
16  ~AttributeScopeHandle() = default;
17 
18  void mark_failed();
19 
20 private:
21  std::vector<single_handle_type> m_scopes;
22 };
23 } // namespace wmtk::multimesh::attribute
This handle is a wrapper for the MeshManager scope funtions.
Definition: Accessor.hpp:6