Wildmeshing Toolkit
wmtk::simplex::internal::VisitedArray< T, ArraySize > Class Template Reference

#include <VisitedArray.hpp>

Inheritance diagram for wmtk::simplex::internal::VisitedArray< T, ArraySize >:
[legend]
Collaboration diagram for wmtk::simplex::internal::VisitedArray< T, ArraySize >:
[legend]

Public Member Functions

bool is_visited (const T &obj)
 
const wmtk::utils::DynamicArray< T, ArraySize > & visited_array () const
 

Private Attributes

wmtk::utils::DynamicArray< T, ArraySize > m_visited
 

Detailed Description

template<typename T, uint64_t ArraySize = 50>
class wmtk::simplex::internal::VisitedArray< T, ArraySize >

Definition at line 14 of file VisitedArray.hpp.

Member Function Documentation

◆ is_visited()

template<typename T , uint64_t ArraySize>
bool wmtk::simplex::internal::VisitedArray< T, ArraySize >::is_visited ( const T &  obj)
inline

Definition at line 26 of file VisitedArray.hpp.

◆ visited_array()

template<typename T , uint64_t ArraySize>
auto wmtk::simplex::internal::VisitedArray< T, ArraySize >::visited_array
inline

Definition at line 38 of file VisitedArray.hpp.

Member Data Documentation

◆ m_visited

template<typename T , uint64_t ArraySize = 50>
wmtk::utils::DynamicArray<T, ArraySize> wmtk::simplex::internal::VisitedArray< T, ArraySize >::m_visited
private

Definition at line 22 of file VisitedArray.hpp.


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