Wildmeshing Toolkit
wmtk::simplex::FacesIterable Class Reference

#include <FacesIterable.hpp>

Collaboration diagram for wmtk::simplex::FacesIterable:
[legend]

Public Member Functions

 FacesIterable (const Mesh &mesh, const Simplex &simplex)
 
auto begin ()
 
auto end ()
 

Private Attributes

SimplexCollection m_collection
 

Detailed Description

Definition at line 10 of file FacesIterable.hpp.

Constructor & Destructor Documentation

◆ FacesIterable()

wmtk::simplex::FacesIterable::FacesIterable ( const Mesh mesh,
const Simplex simplex 
)

Definition at line 8 of file FacesIterable.cpp.

Member Function Documentation

◆ begin()

auto wmtk::simplex::FacesIterable::begin ( )
inline

Definition at line 15 of file FacesIterable.hpp.

References m_collection, and wmtk::simplex::SimplexCollection::simplex_vector().

Here is the call graph for this function:

◆ end()

auto wmtk::simplex::FacesIterable::end ( )
inline

Definition at line 16 of file FacesIterable.hpp.

References m_collection, and wmtk::simplex::SimplexCollection::simplex_vector().

Here is the call graph for this function:

Member Data Documentation

◆ m_collection

SimplexCollection wmtk::simplex::FacesIterable::m_collection
private

Definition at line 19 of file FacesIterable.hpp.

Referenced by begin(), and end().


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