Wildmeshing Toolkit
wmtk::simplex::internal::SimplexEqualFunctor Struct Reference

#include <SimplexEqualFunctor.hpp>

Collaboration diagram for wmtk::simplex::internal::SimplexEqualFunctor:
[legend]

Public Member Functions

 SimplexEqualFunctor (const Mesh &mm)
 
bool operator() (const Simplex &s0, const Simplex &s1) const
 

Public Attributes

const Meshm
 

Detailed Description

Definition at line 8 of file SimplexEqualFunctor.hpp.

Constructor & Destructor Documentation

◆ SimplexEqualFunctor()

wmtk::simplex::internal::SimplexEqualFunctor::SimplexEqualFunctor ( const Mesh mm)
inline

Definition at line 12 of file SimplexEqualFunctor.hpp.

Member Function Documentation

◆ operator()()

bool wmtk::simplex::internal::SimplexEqualFunctor::operator() ( const Simplex s0,
const Simplex s1 
) const
inline

Definition at line 16 of file SimplexEqualFunctor.hpp.

References wmtk::simplex::utils::SimplexComparisons::equal(), and m.

Here is the call graph for this function:

Member Data Documentation

◆ m

const Mesh& wmtk::simplex::internal::SimplexEqualFunctor::m

Definition at line 10 of file SimplexEqualFunctor.hpp.

Referenced by operator()().


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