Wildmeshing Toolkit
|
Get all cofaces that are in a specific simplex type. More...
#include <CofacesInSimplexIterable.hpp>
Classes | |
class | Iterator |
Public Member Functions | |
CofacesInSimplexIterable (const Mesh &mesh, const Simplex &simplex, const PrimitiveType in_simplex_type) | |
Iterator | begin () const |
Iterator | end () const |
Private Attributes | |
const Mesh & | m_mesh |
const Simplex | m_simplex |
const PrimitiveType | m_in_simplex_type |
Get all cofaces that are in a specific simplex type.
Definition at line 12 of file CofacesInSimplexIterable.hpp.
wmtk::simplex::CofacesInSimplexIterable::CofacesInSimplexIterable | ( | const Mesh & | mesh, |
const Simplex & | simplex, | ||
const PrimitiveType | in_simplex_type | ||
) |
Definition at line 5 of file CofacesInSimplexIterable.cpp.
References wmtk::Mesh::top_simplex_type().
|
inline |
Definition at line 34 of file CofacesInSimplexIterable.hpp.
References m_simplex, and wmtk::simplex::Simplex::tuple().
|
inline |
Definition at line 35 of file CofacesInSimplexIterable.hpp.
|
private |
Definition at line 40 of file CofacesInSimplexIterable.hpp.
Referenced by wmtk::simplex::CofacesInSimplexIterable::Iterator::Iterator().
|
private |
Definition at line 38 of file CofacesInSimplexIterable.hpp.
|
private |
Definition at line 39 of file CofacesInSimplexIterable.hpp.
Referenced by begin(), and wmtk::simplex::CofacesInSimplexIterable::Iterator::Iterator().