Wildmeshing Toolkit
CheckpointScope.hpp
Go to the documentation of this file.
1 #pragma once
2 namespace wmtk::attribute {
3 class AttributeManager;
4 }
7 {
8 public:
9  CheckpointScope(const AttributeManager& manager);
11 
12 private:
14 };
15 } // namespace wmtk::attribute::internal
CheckpointScope(const AttributeManager &manager)