Wildmeshing Toolkit
wmtk::multimesh::attribute::AttributeScopeHandle Class Reference

#include <AttributeScopeHandle.hpp>

Public Types

using single_handle_type = wmtk::attribute::AttributeScopeHandle
 

Public Member Functions

 AttributeScopeHandle (Mesh &m)
 
 ~AttributeScopeHandle ()=default
 
void mark_failed ()
 

Private Attributes

std::vector< single_handle_typem_scopes
 

Detailed Description

Definition at line 11 of file AttributeScopeHandle.hpp.

Member Typedef Documentation

◆ single_handle_type

Constructor & Destructor Documentation

◆ AttributeScopeHandle()

wmtk::multimesh::attribute::AttributeScopeHandle::AttributeScopeHandle ( Mesh m)

Definition at line 10 of file AttributeScopeHandle.cpp.

References m_scopes, and wmtk::multimesh::MultiMeshVisitor().

Here is the call graph for this function:

◆ ~AttributeScopeHandle()

wmtk::multimesh::attribute::AttributeScopeHandle::~AttributeScopeHandle ( )
default

Member Function Documentation

◆ mark_failed()

void wmtk::multimesh::attribute::AttributeScopeHandle::mark_failed ( )

Definition at line 23 of file AttributeScopeHandle.cpp.

References m_scopes.

Member Data Documentation

◆ m_scopes

std::vector<single_handle_type> wmtk::multimesh::attribute::AttributeScopeHandle::m_scopes
private

Definition at line 21 of file AttributeScopeHandle.hpp.

Referenced by AttributeScopeHandle(), and mark_failed().


The documentation for this class was generated from the following files: