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