Wildmeshing Toolkit
|
#include <CheckpointScope.hpp>
Public Member Functions | |
CheckpointScope (const AttributeManager &manager) | |
~CheckpointScope () | |
Private Attributes | |
const AttributeManager & | m_manager |
Definition at line 6 of file CheckpointScope.hpp.
wmtk::attribute::internal::CheckpointScope::CheckpointScope | ( | const AttributeManager & | manager | ) |
Definition at line 5 of file CheckpointScope.cpp.
References wmtk::attribute::AttributeManager::change_to_parent_scope(), and m_manager.
wmtk::attribute::internal::CheckpointScope::~CheckpointScope | ( | ) |
Definition at line 10 of file CheckpointScope.cpp.
References wmtk::attribute::AttributeManager::change_to_child_scope(), and m_manager.
|
private |
Definition at line 13 of file CheckpointScope.hpp.
Referenced by CheckpointScope(), and ~CheckpointScope().